:root{
  --peticlip-bg:#0b0715;
  --peticlip-panel:rgba(255,255,255,.08);
  --peticlip-panel-strong:rgba(255,255,255,.13);
  --peticlip-border:rgba(255,255,255,.14);
  --peticlip-text:#ffffff;
  --peticlip-muted:rgba(255,255,255,.68);
  --peticlip-purple:#7b18ff;
  --peticlip-yellow:#ffd53f;
  --peticlip-pink:#ff4fd8;
  --peticlip-radius:28px;
}

.peticlip-app,
.peticlip-app *{box-sizing:border-box}

.peticlip-app{
  width:100%;
  min-height:calc(100vh - 90px);
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,280px) minmax(360px,720px) minmax(260px,360px);
  gap:20px;
  padding:18px;
  color:var(--peticlip-text);
  background:
    radial-gradient(circle at 20% 12%,rgba(123,24,255,.35),transparent 32%),
    radial-gradient(circle at 82% 12%,rgba(255,213,63,.17),transparent 28%),
    linear-gradient(145deg,#08050f 0%,#17112a 48%,#07040c 100%);
  border-radius:32px;
  overflow:hidden;
  isolation:isolate;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.peticlip-app::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.07),transparent 24%,transparent 76%,rgba(255,255,255,.04));
  z-index:0;
}

.peticlip-app > *{position:relative;z-index:1}

.peticlip-rail{display:flex;flex-direction:column;gap:16px;min-width:0}

.peticlip-brand-pill,
.peticlip-side-card{
  background:linear-gradient(155deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
  border:1px solid var(--peticlip-border);
  border-radius:var(--peticlip-radius);
  box-shadow:0 24px 50px rgba(0,0,0,.25);
  backdrop-filter:blur(16px);
}

.peticlip-brand-pill{padding:18px;display:grid;grid-template-columns:auto 1fr;gap:8px 12px;align-items:center}
.peticlip-brand-pill strong{font-size:22px;letter-spacing:-.03em;line-height:1}
.peticlip-brand-pill small{grid-column:2;color:var(--peticlip-muted);text-transform:uppercase;font-weight:800;font-size:11px;letter-spacing:.09em}
.peticlip-brand-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--peticlip-yellow),#ff9e33);color:#281400;box-shadow:0 14px 34px rgba(255,213,63,.24);font-weight:950}

.peticlip-tabs{display:flex;flex-direction:column;gap:10px}
.peticlip-tab{
  border:1px solid transparent;
  background:transparent;
  color:var(--peticlip-muted);
  text-align:left;
  border-radius:18px;
  padding:14px 16px;
  font-weight:850;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.peticlip-tab:hover{transform:translateX(3px);background:rgba(255,255,255,.08);color:#fff}
.peticlip-tab.is-active{background:linear-gradient(135deg,rgba(123,24,255,.9),rgba(255,79,216,.62));color:#fff;border-color:rgba(255,255,255,.18);box-shadow:0 18px 42px rgba(123,24,255,.28)}

.peticlip-side-card{padding:18px}
.peticlip-side-card strong{display:block;font-size:18px;letter-spacing:-.02em;margin-bottom:8px}
.peticlip-side-card p{color:var(--peticlip-muted);font-size:14px;line-height:1.45;margin:0 0 14px}

.peticlip-primary,
.peticlip-secondary{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  width:auto;
  min-height:44px;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;
}
.peticlip-primary{border:0;background:linear-gradient(135deg,var(--peticlip-yellow),#ffad3d);color:#251405!important;box-shadow:0 16px 34px rgba(255,213,63,.24)}
.peticlip-secondary{border:1px solid var(--peticlip-border);background:rgba(255,255,255,.08);color:#fff!important}
.peticlip-primary:hover,.peticlip-secondary:hover{transform:translateY(-2px)}
.peticlip-primary:disabled{opacity:.58;cursor:not-allowed;transform:none}

.peticlip-stage{min-width:0;height:calc(100vh - 126px);min-height:720px;display:flex;flex-direction:column;align-items:center}
.peticlip-feed{
  width:min(100%,560px);
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  scroll-snap-type:y mandatory;
  scroll-behavior:smooth;
  border-radius:32px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 80px rgba(0,0,0,.42);
}
.peticlip-feed::-webkit-scrollbar{width:0;height:0}

.peticlip-card{scroll-snap-align:start;min-height:100%;height:100%;position:relative;padding:10px}
.peticlip-video-shell{height:100%;position:relative;border-radius:30px;overflow:hidden;background:#05040a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.peticlip-video-frame{position:absolute;inset:0;display:grid;place-items:center;background:#000;overflow:hidden}
.peticlip-video-frame iframe,
.peticlip-video-frame video,
.peticlip-iframe,
.peticlip-native-video{width:100%;height:100%;border:0;object-fit:cover;background:#000}
.peticlip-iframe-instagram{background:#fff}
.peticlip-video-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.48) 20%,transparent 50%,rgba(0,0,0,.28) 100%);pointer-events:none}

.peticlip-meta-overlay{position:absolute;left:20px;right:92px;bottom:22px;z-index:3;text-shadow:0 2px 14px rgba(0,0,0,.48)}
.peticlip-platform{display:inline-flex;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);padding:6px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950;margin-bottom:10px;backdrop-filter:blur(12px)}
.peticlip-meta-overlay h3{margin:0 0 8px;font-size:24px;line-height:1.08;letter-spacing:-.04em;color:#fff}
.peticlip-meta-overlay p{margin:0 0 6px;color:rgba(255,255,255,.9);font-size:14px;line-height:1.35}
.peticlip-caption{font-size:14px;line-height:1.35;color:rgba(255,255,255,.86);max-height:98px;overflow:auto}
.peticlip-caption p{margin:0 0 6px}
.peticlip-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}
.peticlip-tags span{font-size:12px;color:#ffeb95;font-weight:800}

.peticlip-actions{position:absolute;right:16px;bottom:24px;z-index:4;display:flex;flex-direction:column;gap:11px;align-items:center}
.peticlip-action{width:58px;min-height:58px;border:1px solid rgba(255,255,255,.16);background:rgba(12,7,22,.58);color:#fff;border-radius:22px;display:grid;place-items:center;gap:2px;cursor:pointer;box-shadow:0 14px 26px rgba(0,0,0,.28);backdrop-filter:blur(14px);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.peticlip-action span{font-size:21px;line-height:1}
.peticlip-action small{font-size:10px;font-weight:900;color:rgba(255,255,255,.76)}
.peticlip-action:hover{transform:translateY(-2px) scale(1.03);background:rgba(255,255,255,.17);border-color:rgba(255,255,255,.3)}
.peticlip-action.is-saved{background:linear-gradient(135deg,rgba(255,213,63,.95),rgba(255,158,51,.9));color:#241405}
.peticlip-action.is-saved small{color:#241405}
.peticlip-action.is-busy{opacity:.62;pointer-events:none}

.peticlip-mobile-topbar{display:none}

.peticlip-comments-panel{display:flex;flex-direction:column;min-height:420px;max-height:620px}
.peticlip-comments-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.peticlip-comments-head strong{margin:0;font-size:18px}
.peticlip-comments-head small{color:var(--peticlip-muted);font-size:12px;font-weight:800}
.peticlip-comments-list{flex:1;overflow:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}
.peticlip-comment{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:12px}
.peticlip-comment strong{font-size:13px;margin:0 0 5px;color:#fff}
.peticlip-comment div{font-size:13px;line-height:1.35;color:rgba(255,255,255,.86)}
.peticlip-comment p{margin:0 0 5px}
.peticlip-comment small{display:block;color:var(--peticlip-muted);font-size:11px;margin-top:6px}
.peticlip-comment-empty{color:var(--peticlip-muted);font-size:13px;padding:12px;text-align:center}
.peticlip-comment-form{display:grid;gap:10px;margin-top:12px}
.peticlip-comment-form textarea,
.peticlip-upload-form input,
.peticlip-upload-form textarea,
.peticlip-upload-form select{
  width:100%;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.08);color:#fff;padding:12px 14px;outline:none;
}
.peticlip-comment-form textarea::placeholder,
.peticlip-upload-form input::placeholder,
.peticlip-upload-form textarea::placeholder{color:rgba(255,255,255,.42)}
.peticlip-upload-form select option{color:#111;background:#fff}

.peticlip-loading-card,.peticlip-empty{min-height:100%;display:grid;place-items:center;align-content:center;text-align:center;padding:40px;color:#fff}
.peticlip-loading-card p,.peticlip-empty p{max-width:340px;color:var(--peticlip-muted);margin:8px auto 18px}
.peticlip-empty span{font-size:48px;margin-bottom:10px}
.peticlip-loader{width:44px;height:44px;border-radius:999px;border:4px solid rgba(255,255,255,.18);border-top-color:var(--peticlip-yellow);animation:peticlipSpin .8s linear infinite;margin-bottom:14px}
@keyframes peticlipSpin{to{transform:rotate(360deg)}}

.peticlip-embed-fallback{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:10px;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,#160d2f,#05040a)}
.peticlip-embed-fallback span{width:70px;height:70px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--peticlip-yellow),#ff9e33);color:#221200;font-size:24px;font-weight:950;box-shadow:0 18px 44px rgba(255,213,63,.18)}
.peticlip-embed-fallback strong{font-size:22px}
.peticlip-embed-fallback small{color:var(--peticlip-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:800}

.peticlip-uploader{position:fixed;inset:0;display:none;z-index:99999;color:#fff}
.peticlip-uploader.is-open{display:block}
.peticlip-uploader-backdrop{position:absolute;inset:0;background:rgba(5,3,10,.68);backdrop-filter:blur(12px)}
.peticlip-uploader-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(94vw,560px);max-height:88vh;overflow:auto;background:linear-gradient(155deg,rgba(24,15,44,.98),rgba(13,8,24,.98));border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:22px;box-shadow:0 38px 110px rgba(0,0,0,.5)}
.peticlip-close-uploader{position:absolute;right:14px;top:12px;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;font-size:26px;line-height:1;cursor:pointer}
.peticlip-uploader-title{display:flex;gap:14px;align-items:center;margin-bottom:18px;padding-right:40px}
.peticlip-uploader-title span{width:52px;height:52px;border-radius:20px;background:linear-gradient(135deg,var(--peticlip-purple),var(--peticlip-pink));display:grid;place-items:center;font-size:24px;box-shadow:0 16px 34px rgba(123,24,255,.25)}
.peticlip-uploader-title strong{font-size:24px;display:block;letter-spacing:-.04em}
.peticlip-uploader-title p{margin:4px 0 0;color:var(--peticlip-muted);font-size:14px}
.peticlip-upload-form{display:grid;gap:13px}
.peticlip-upload-form label{display:grid;gap:7px;color:#fff;font-size:13px;font-weight:900}
.peticlip-form-note{margin:0;color:var(--peticlip-muted);font-size:12px}
.peticlip-form-message{font-size:13px;color:var(--peticlip-muted);min-height:18px}
.peticlip-form-message.is-success{color:#a8ffca}
.peticlip-form-message.is-error{color:#ffd1d1}
.peticlip-form-message a{color:#ffdf67;font-weight:900}
.peticlip-standalone-uploader .peticlip-uploader{position:relative;display:block;inset:auto;z-index:1}.peticlip-standalone-uploader .peticlip-uploader-backdrop{display:none}.peticlip-standalone-uploader .peticlip-uploader-dialog{position:relative;left:auto;top:auto;transform:none;width:100%;max-height:none}

.peticlip-comments-drawer{display:none}
.peticlip-toast{position:absolute;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);background:rgba(255,255,255,.94);color:#1b102a;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 18px 42px rgba(0,0,0,.28);z-index:20;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.peticlip-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.peticlip-toast.is-error{background:#ffe0e0;color:#6f0b0b}

@media (max-width:1180px){
  .peticlip-app{grid-template-columns:210px minmax(330px,1fr) 300px;gap:14px;padding:14px}
  .peticlip-stage{min-height:680px}
  .peticlip-action{width:52px;min-height:52px;border-radius:20px}
}

@media (max-width:980px){
  .peticlip-app{display:block;min-height:100vh;border-radius:0;padding:0;background:#07040c}
  .peticlip-rail{display:none}
  .peticlip-stage{height:100vh;min-height:100vh;width:100%;display:block}
  .peticlip-mobile-topbar{position:fixed;top:0;left:0;right:0;height:58px;z-index:8;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(to bottom,rgba(0,0,0,.68),transparent);pointer-events:none}.peticlip-mobile-topbar>*{pointer-events:auto}.peticlip-mobile-topbar strong{font-size:20px;letter-spacing:-.03em}.peticlip-icon-button{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.14);color:#fff;font-size:25px;display:grid;place-items:center;backdrop-filter:blur(14px)}
  .peticlip-feed{width:100%;height:100vh;border-radius:0;border:0;box-shadow:none;background:#000}
  .peticlip-card{height:100vh;min-height:100vh;padding:0}
  .peticlip-video-shell{border-radius:0;box-shadow:none}
  .peticlip-meta-overlay{left:14px;right:82px;bottom:22px}.peticlip-meta-overlay h3{font-size:22px}.peticlip-caption{max-height:108px}
  .peticlip-actions{right:12px;bottom:74px;gap:10px}.peticlip-action{width:52px;min-height:52px;border-radius:19px;background:rgba(0,0,0,.43)}
  .peticlip-uploader-dialog{width:100vw;height:92vh;max-height:92vh;left:0;right:0;bottom:0;top:auto;transform:none;border-radius:30px 30px 0 0;padding:20px 16px 28px}
  .peticlip-comments-drawer{display:block;position:fixed;inset:0;z-index:99998;pointer-events:none}.peticlip-comments-drawer.is-open{pointer-events:auto}.peticlip-drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.38);opacity:0;transition:opacity .2s ease}.peticlip-comments-drawer.is-open .peticlip-drawer-backdrop{opacity:1}.peticlip-drawer-panel{position:absolute;left:0;right:0;bottom:0;height:72vh;display:flex;flex-direction:column;background:linear-gradient(155deg,#150e25,#08050e);border:1px solid rgba(255,255,255,.14);border-radius:28px 28px 0 0;padding:10px 14px 18px;transform:translateY(105%);transition:transform .22s ease;color:#fff}.peticlip-comments-drawer.is-open .peticlip-drawer-panel{transform:translateY(0)}.peticlip-drawer-handle{width:54px;height:5px;border-radius:999px;background:rgba(255,255,255,.26);margin:0 auto 12px}.peticlip-close-comments{border:0;background:rgba(255,255,255,.1);color:#fff;width:38px;height:38px;border-radius:999px;font-size:24px}.peticlip-comments-drawer .peticlip-comments-list{min-height:0}.peticlip-comments-panel{display:none}
}

@media (max-width:420px){
  .peticlip-meta-overlay{right:76px}.peticlip-meta-overlay h3{font-size:20px}.peticlip-meta-overlay p,.peticlip-caption{font-size:13px}.peticlip-action{width:48px;min-height:48px}.peticlip-action span{font-size:19px}.peticlip-uploader-title strong{font-size:21px}
}

/* 1.0.1 Pet Lover Center integration */
.peticlip-mini-link{display:inline-flex;margin-top:12px;font-size:13px;font-weight:900;color:#5e0079;text-decoration:none!important;border-bottom:1px solid rgba(94,0,121,.28)}
.peticlip-mini-link:hover{color:#8b00b4;border-color:#8b00b4}
.peticlip-status-badge{display:inline-flex;align-items:center;margin-left:8px;border-radius:999px;padding:5px 9px;background:rgba(255,210,0,.92);color:#210027;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}
.peticlip-source-petlover_center{min-height:min(760px,78svh);border-radius:30px;overflow:hidden;border:1px solid rgba(94,0,121,.10);box-shadow:0 24px 70px rgba(40,0,60,.10)}
.peticlip-uploader select.peticlip-pet-profile-select{font-weight:900;background:#fffdf5;border-color:rgba(255,210,0,.9)}

/* 1.0.2 Public app, privacy and cleaner external player */
.peticlip-privacy-badge{background:rgba(255,255,255,.92)!important;color:#24122d!important}
.peticlip-external-clean{position:relative;width:100%;height:100%;overflow:hidden;background:#07040c;display:block}
.peticlip-external-frame{position:absolute;inset:-10px;overflow:hidden;display:block;background:#000}
.peticlip-external-clean .peticlip-iframe{width:100%;height:100%;border:0;display:block;transform:scale(1.035);transform-origin:center center;background:#000}
.peticlip-external-tiktok .peticlip-iframe{transform:scale(1.07);height:104%}
.peticlip-external-instagram .peticlip-iframe{transform:scale(1.04);height:103%}
.peticlip-clean-top{position:absolute;left:14px;top:14px;z-index:4;display:flex;align-items:center;gap:8px;border-radius:999px;padding:9px 12px;background:rgba(5,3,10,.58);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);box-shadow:0 12px 28px rgba(0,0,0,.22);pointer-events:none}
.peticlip-clean-top span{font-weight:1000;color:#fff;letter-spacing:-.03em}.peticlip-clean-top small{font-size:11px;color:rgba(255,255,255,.74);font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.peticlip-original-link{position:absolute;right:14px;top:14px;z-index:5;border-radius:999px;padding:9px 12px;background:rgba(255,210,0,.95);color:#231000!important;text-decoration:none!important;font-size:12px;font-weight:1000;box-shadow:0 12px 26px rgba(0,0,0,.22)}
.peticlip-original-link:hover{transform:translateY(-1px)}
.peticlip-video-frame .peticlip-iframe[src*="youtube-nocookie"]{pointer-events:auto}
.peticlip-tabs .peticlip-tab[data-filter="mine"]::after{content:' Mi canal';font-size:10px;opacity:.65;font-weight:800;margin-left:4px}
@media(max-width:980px){.peticlip-original-link{top:64px;right:12px}.peticlip-clean-top{top:64px;left:12px}.peticlip-external-frame{inset:-14px}.peticlip-external-clean .peticlip-iframe{transform:scale(1.08)}}

/* 1.0.3 Public-first TikTok-like publishing, device uploads and user limits */
.peticlip-app{grid-template-columns:minmax(220px,300px) minmax(420px,760px) minmax(280px,380px)}
.peticlip-stage{min-height:760px}
.peticlip-feed{width:min(100%,620px)}
.peticlip-native-video{cursor:pointer;display:block}
.peticlip-card.is-paused .peticlip-video-shell::after{content:'▶';position:absolute;left:50%;top:50%;z-index:6;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(18px);font-size:32px;color:#fff;text-indent:5px;box-shadow:0 20px 54px rgba(0,0,0,.36)}
.peticlip-source-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:999px}
.peticlip-source-tab{border:0;border-radius:999px;padding:11px 12px;background:transparent;color:rgba(255,255,255,.72);font-weight:1000;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}
.peticlip-source-tab.is-active{background:linear-gradient(135deg,var(--peticlip-yellow),#ffad3d);color:#261500;box-shadow:0 12px 26px rgba(255,213,63,.22)}
.peticlip-source-tab:hover{transform:translateY(-1px)}
.peticlip-source-field{display:none!important}.peticlip-source-field.is-active{display:grid!important}
.peticlip-upload-help{display:block;color:rgba(255,255,255,.58);font-size:11px;line-height:1.35;font-weight:700;margin-top:1px}
.peticlip-upload-form input[type="file"]{padding:12px;background:rgba(255,255,255,.1);cursor:pointer}
.peticlip-upload-form input[type="file"]::file-selector-button{border:0;border-radius:999px;background:#fff;color:#5e0079;font-weight:1000;padding:10px 13px;margin-right:10px;cursor:pointer}
.peticlip-public-note{display:grid;gap:4px;border:1px solid rgba(255,213,63,.26);background:linear-gradient(135deg,rgba(255,213,63,.14),rgba(123,24,255,.12));border-radius:20px;padding:13px 14px;color:#fff}.peticlip-public-note strong{font-size:13px}.peticlip-public-note span{color:rgba(255,255,255,.68);font-size:12px;line-height:1.35}
.peticlip-status-badge{box-shadow:0 8px 20px rgba(0,0,0,.18)}
.peticlip-platform{background:rgba(0,0,0,.42)}
.peticlip-platform::before{content:'PetiClips · ';color:#ffdf67}
.peticlip-tabs .peticlip-tab[data-filter="mine"]::after{content:' Tus videos';font-size:10px;opacity:.65;font-weight:800;margin-left:4px}
.peticlip-tabs .peticlip-tab[data-filter="favorites"]::after{content:' Favoritos';font-size:10px;opacity:.65;font-weight:800;margin-left:4px}
@media (min-width:981px){
  .peticlip-card{padding:12px}.peticlip-video-shell{border-radius:34px}.peticlip-meta-overlay h3{font-size:28px}.peticlip-actions{right:18px;bottom:28px}.peticlip-action{width:62px;min-height:62px;border-radius:24px}
}
@media (max-width:980px){
  .peticlip-app{background:#000}.peticlip-mobile-topbar{height:66px;padding:12px 16px;background:linear-gradient(to bottom,rgba(0,0,0,.82),rgba(0,0,0,.18),transparent)}.peticlip-mobile-topbar strong{font-size:22px}.peticlip-mobile-topbar strong::after{content:' · Para ti';font-size:12px;color:rgba(255,255,255,.68);font-weight:900;margin-left:6px}.peticlip-actions{right:10px;bottom:92px}.peticlip-meta-overlay{bottom:30px}.peticlip-action small{font-size:9px}.peticlip-card.is-paused .peticlip-video-shell::after{width:72px;height:72px;font-size:28px}.peticlip-source-tabs{position:sticky;top:0;z-index:2;background:rgba(16,9,28,.94);backdrop-filter:blur(18px)}
}

/* 1.0.4 Full-screen PetiClips app, creator channel and Pet Lover Center back navigation */
.peticlip-back-link{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff!important;text-decoration:none!important;border-radius:999px;padding:10px 13px;font-weight:1000;font-size:13px;backdrop-filter:blur(14px);box-shadow:0 12px 28px rgba(0,0,0,.20)}
.peticlip-back-link:hover{transform:translateY(-1px);background:rgba(255,255,255,.14)}
.peticlip-desktop-back{margin-bottom:2px;align-self:flex-start}
.peticlip-mobile-back{width:42px;height:42px;padding:0;justify-content:center;font-size:22px;background:rgba(0,0,0,.38)}
.peticlip-mobile-topbar strong small{font-size:12px;color:rgba(255,255,255,.70);font-weight:900;margin-left:6px;letter-spacing:0}
.peticlip-mobile-topbar strong::after{content:''!important}
body.peticlips-standalone-body .peticlip-app,
.peticlip-app.peticlip-source-standalone{position:fixed;inset:0;width:100vw;height:100dvh;min-height:100dvh;border-radius:0;padding:18px 22px;background:#020104;grid-template-columns:260px minmax(420px,680px) minmax(300px,390px);justify-content:center;gap:22px;overflow:hidden}
body.peticlips-standalone-body .peticlip-stage,
.peticlip-source-standalone .peticlip-stage{height:calc(100dvh - 36px);min-height:0}
body.peticlips-standalone-body .peticlip-feed,
.peticlip-source-standalone .peticlip-feed{height:100%;border-radius:34px;background:#000}
body.peticlips-standalone-body .peticlip-card,
.peticlip-source-standalone .peticlip-card{height:100%;min-height:100%}
.peticlip-app.is-profile-mode{grid-template-columns:260px minmax(0,1080px);justify-content:center}
.peticlip-app.is-profile-mode .peticlip-rail-right{display:none}
.peticlip-app.is-profile-mode .peticlip-stage{grid-column:2 / -1;align-items:stretch;height:calc(100dvh - 36px);min-height:0;width:100%}
.peticlip-profile[hidden]{display:none!important}
.peticlip-profile{height:100%;overflow:auto;background:#030303;color:#fff;border:1px solid rgba(255,255,255,.10);border-radius:30px;box-shadow:0 28px 90px rgba(0,0,0,.46)}
.peticlip-profile::-webkit-scrollbar{width:0;height:0}
.peticlip-profile-shell{min-height:100%;padding:22px 26px 34px;background:radial-gradient(circle at 23% 0,rgba(123,24,255,.22),transparent 34%),linear-gradient(180deg,#050505,#000)}
.peticlip-profile-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}
.peticlip-profile-head{display:grid;grid-template-columns:190px minmax(0,1fr);gap:34px;align-items:start;margin:4px 0 24px}
.peticlip-profile-avatar{width:180px;height:180px;border-radius:999px;object-fit:cover;border:6px solid rgba(255,213,63,.12);outline:4px solid rgba(123,24,255,.55);background:#171717;box-shadow:0 24px 70px rgba(123,24,255,.18)}
.peticlip-profile-main{min-width:0}.peticlip-profile-id{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.peticlip-profile-id h2{margin:0;font-size:34px;line-height:1;color:#fff;letter-spacing:-.045em}.peticlip-profile-id span{color:rgba(255,255,255,.60);font-size:17px;font-weight:800}
.peticlip-profile-actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0 20px}.peticlip-profile-actions-row .peticlip-primary,.peticlip-profile-actions-row .peticlip-secondary{min-height:42px;padding:10px 22px}
.peticlip-profile-stats{display:flex;gap:28px;align-items:center;flex-wrap:wrap;margin:4px 0 16px}.peticlip-profile-stats div{display:grid;gap:3px}.peticlip-profile-stats strong{font-size:18px;line-height:1;color:#fff}.peticlip-profile-stats span{font-size:13px;color:rgba(255,255,255,.68);font-weight:850}
.peticlip-profile-bio{max-width:720px;margin:0 0 14px;color:rgba(255,255,255,.88);font-size:15px;line-height:1.45}.peticlip-profile-limit{display:inline-flex;gap:8px;align-items:center;border-radius:999px;padding:9px 12px;background:rgba(255,213,63,.10);border:1px solid rgba(255,213,63,.22);color:#ffdf67;font-weight:950}.peticlip-profile-limit span{color:rgba(255,255,255,.68);font-size:12px;font-weight:800}
.peticlip-profile-tabs{display:flex;align-items:center;gap:34px;border-bottom:1px solid rgba(255,255,255,.12);margin:14px 0 20px}.peticlip-profile-tabs span{position:relative;padding:15px 0;color:rgba(255,255,255,.46);font-size:18px;font-weight:1000}.peticlip-profile-tabs span.is-active{color:#fff}.peticlip-profile-tabs span.is-active::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:99px;background:#fff}
.peticlip-profile-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:14px}.peticlip-profile-clip{position:relative;min-height:250px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#171717,#050505);background-size:cover;background-position:center;text-decoration:none!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);transition:transform .18s ease,box-shadow .18s ease}.peticlip-profile-clip::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.24),transparent 40%,rgba(0,0,0,.86));z-index:1}.peticlip-profile-clip:hover{transform:translateY(-3px);box-shadow:0 20px 60px rgba(0,0,0,.45)}
.peticlip-profile-clip-platform,.peticlip-profile-clip-status{position:absolute;top:9px;z-index:2;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:1000;text-transform:uppercase}.peticlip-profile-clip-platform{left:9px;background:rgba(0,0,0,.56);color:#ffdf67;border:1px solid rgba(255,255,255,.14)}.peticlip-profile-clip-status{right:9px;background:#ff3d6e;color:#fff}.peticlip-profile-clip-play{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);font-size:22px;text-indent:4px}.peticlip-profile-clip footer{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:13px}.peticlip-profile-clip footer strong{display:block;font-size:13px;line-height:1.2;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.peticlip-profile-clip footer small{display:block;margin-top:7px;color:rgba(255,255,255,.70);font-size:11px;font-weight:850}.peticlip-profile-empty,.peticlip-profile-loading{grid-column:1/-1;min-height:360px;display:grid;place-items:center;align-content:center;text-align:center;color:#fff}.peticlip-profile-empty span{font-size:48px}.peticlip-profile-empty p{max-width:360px;color:rgba(255,255,255,.68);margin:7px auto 18px}
@media(max-width:1180px){body.peticlips-standalone-body .peticlip-app,.peticlip-app.peticlip-source-standalone{grid-template-columns:220px minmax(330px,1fr) 300px;padding:14px}.peticlip-profile-grid{grid-template-columns:repeat(4,minmax(120px,1fr))}.peticlip-profile-head{grid-template-columns:150px 1fr;gap:24px}.peticlip-profile-avatar{width:148px;height:148px}.peticlip-profile-id h2{font-size:29px}}
@media(max-width:980px){body.peticlips-standalone-body .peticlip-app,.peticlip-app.peticlip-source-standalone{display:block;inset:0;width:100vw;height:100dvh;min-height:100dvh;padding:0;overflow:hidden;background:#000}.peticlip-app.is-profile-mode .peticlip-stage{height:100dvh;width:100%;display:block}.peticlip-profile{height:100dvh;border:0;border-radius:0}.peticlip-profile-shell{padding:78px 16px 28px}.peticlip-profile-topline{display:none}.peticlip-profile-head{display:block;text-align:left;margin-bottom:18px}.peticlip-profile-avatar{width:112px;height:112px;border-width:4px;outline-width:3px;margin-bottom:16px}.peticlip-profile-id{display:block}.peticlip-profile-id h2{font-size:26px}.peticlip-profile-id span{display:block;margin-top:5px;font-size:14px}.peticlip-profile-actions-row{margin:14px 0;gap:8px}.peticlip-profile-actions-row .peticlip-primary,.peticlip-profile-actions-row .peticlip-secondary{flex:1;min-width:132px;padding:10px 12px}.peticlip-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0 14px}.peticlip-profile-stats div{text-align:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px 6px}.peticlip-profile-stats strong{font-size:16px}.peticlip-profile-stats span{font-size:10px}.peticlip-profile-bio{font-size:13px}.peticlip-profile-limit{border-radius:16px;align-items:flex-start;display:grid;gap:2px}.peticlip-profile-tabs{gap:24px;overflow:auto;margin-top:18px}.peticlip-profile-tabs span{font-size:15px;white-space:nowrap}.peticlip-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.peticlip-profile-clip{min-height:170px;border-radius:8px}.peticlip-profile-clip-play{width:42px;height:42px;font-size:17px}.peticlip-profile-clip-platform{font-size:8px}.peticlip-profile-clip footer{padding:9px}.peticlip-profile-clip footer strong{font-size:11px}.peticlip-profile-clip footer small{font-size:10px}.peticlip-mobile-topbar{padding-top:calc(10px + env(safe-area-inset-top));height:calc(66px + env(safe-area-inset-top));z-index:30}.peticlip-feed{height:100dvh}.peticlip-card{height:100dvh;min-height:100dvh}.peticlip-meta-overlay{bottom:calc(24px + env(safe-area-inset-bottom));left:14px;right:78px}.peticlip-actions{bottom:calc(82px + env(safe-area-inset-bottom));right:10px}.peticlip-original-link{top:calc(70px + env(safe-area-inset-top))}.peticlip-clean-top{top:calc(70px + env(safe-area-inset-top))}.peticlip-mobile-topbar strong{font-size:18px}.peticlip-mobile-topbar strong small{display:block;margin-left:0;margin-top:1px;font-size:10px}.peticlip-icon-button{width:42px;height:42px}.peticlip-uploader-dialog{height:92dvh;max-height:92dvh;padding-bottom:calc(28px + env(safe-area-inset-bottom))}}
@media(max-width:420px){.peticlip-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.peticlip-profile-clip{min-height:145px}.peticlip-profile-stats{gap:6px}.peticlip-profile-stats div{padding:8px 3px}.peticlip-mobile-back{width:38px;height:38px}.peticlip-icon-button{width:38px;height:38px}.peticlip-actions{right:8px}.peticlip-action{width:48px;min-height:48px}}

/* 1.0.5 Mobile full-screen feed + Pet Lover Center navigation */
.peticlip-petlover-bottom-nav{display:none}
.peticlip-status-badge{display:inline-flex;margin-left:6px;border-radius:999px;padding:6px 9px;background:#ff3d6e;color:#fff;font-size:10px;font-weight:1000;text-transform:uppercase;letter-spacing:.06em}

@media(max-width:980px){
  body.peticlips-standalone-body{overscroll-behavior-y:none;touch-action:pan-y;background:#000!important}
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    border-radius:0!important;
    background:#000!important;
    overflow:hidden!important;
  }
  .peticlip-source-standalone .peticlip-rail-left,
  .peticlip-source-standalone .peticlip-rail-right,
  body.peticlips-standalone-body .peticlip-rail-left,
  body.peticlips-standalone-body .peticlip-rail-right{display:none!important}
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-source-standalone .peticlip-stage{
    display:block!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    margin:0!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-source-standalone .peticlip-feed{
    width:100vw!important;
    max-width:none!important;
    height:100dvh!important;
    min-height:100dvh!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#000!important;
    scroll-snap-type:y mandatory!important;
    overscroll-behavior-y:contain;
    -webkit-overflow-scrolling:touch;
  }
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-source-standalone .peticlip-card{
    width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always;
  }
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-source-standalone .peticlip-video-shell{
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-video-frame iframe,
  body.peticlips-standalone-body .peticlip-video-frame video,
  .peticlip-source-standalone .peticlip-video-frame iframe,
  .peticlip-source-standalone .peticlip-video-frame video{
    object-fit:cover!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-source-standalone .peticlip-mobile-topbar{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:calc(62px + env(safe-area-inset-top))!important;
    padding:calc(8px + env(safe-area-inset-top)) 12px 8px!important;
    align-items:center!important;
    justify-content:space-between!important;
    background:linear-gradient(to bottom,rgba(0,0,0,.66),rgba(0,0,0,.22),transparent)!important;
    border:0!important;
    z-index:45!important;
    pointer-events:none;
  }
  .peticlip-mobile-topbar .peticlip-back-link,
  .peticlip-mobile-topbar .peticlip-icon-button{pointer-events:auto}
  .peticlip-mobile-topbar strong{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.46)}
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-source-standalone .peticlip-meta-overlay{
    left:14px!important;
    right:76px!important;
    bottom:calc(102px + env(safe-area-inset-bottom))!important;
    z-index:8!important;
  }
  .peticlip-meta-overlay h3{font-size:21px!important}
  .peticlip-meta-overlay p,.peticlip-caption{font-size:13px!important}
  .peticlip-caption{max-height:72px!important}
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-source-standalone .peticlip-actions{
    right:9px!important;
    bottom:calc(104px + env(safe-area-inset-bottom))!important;
    gap:9px!important;
    z-index:10!important;
  }
  body.peticlips-standalone-body .peticlip-action,
  .peticlip-source-standalone .peticlip-action{
    width:50px!important;
    min-height:50px!important;
    border-radius:19px!important;
    background:rgba(18,12,28,.52)!important;
    backdrop-filter:blur(16px)!important;
  }
  .peticlip-action span{font-size:20px!important}
  .peticlip-action small{font-size:9px!important}
  .peticlip-petlover-bottom-nav{
    display:grid!important;
    position:fixed!important;
    left:8px!important;
    right:8px!important;
    bottom:calc(7px + env(safe-area-inset-bottom))!important;
    z-index:60!important;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:5px;
    min-height:74px;
    padding:8px;
    border-radius:28px;
    background:rgba(255,255,255,.88);
    border:1px solid rgba(94,0,121,.12);
    box-shadow:0 18px 48px rgba(16,0,28,.28);
    backdrop-filter:blur(22px);
  }
  .peticlip-petlover-nav-item{
    min-width:0;
    min-height:56px;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    text-decoration:none!important;
    color:#6f6179!important;
    font-weight:1000;
  }
  .peticlip-petlover-nav-item span{display:block;font-size:18px;line-height:1}
  .peticlip-petlover-nav-item strong{display:block;font-size:10px;line-height:1;color:inherit!important;white-space:nowrap}
  .peticlip-petlover-nav-item.is-active{
    background:linear-gradient(135deg,#21002d,#4e006b)!important;
    color:#ffd200!important;
    box-shadow:0 12px 30px rgba(50,0,70,.25);
  }
  .peticlip-comments-drawer .peticlip-drawer-panel{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}
  .peticlip-uploader-dialog{border-radius:26px 26px 0 0!important}
  .peticlip-clean-top{top:calc(66px + env(safe-area-inset-top))!important}
  .peticlip-original-link{top:calc(66px + env(safe-area-inset-top))!important}
}

@media(max-width:390px){
  .peticlip-petlover-bottom-nav{left:5px!important;right:5px!important;gap:3px;padding:7px;min-height:70px}
  .peticlip-petlover-nav-item{border-radius:17px;min-height:52px}
  .peticlip-petlover-nav-item span{font-size:16px}
  .peticlip-petlover-nav-item strong{font-size:9px}
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-source-standalone .peticlip-meta-overlay{right:68px!important;bottom:calc(98px + env(safe-area-inset-bottom))!important}
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-source-standalone .peticlip-actions{bottom:calc(98px + env(safe-area-inset-bottom))!important}
}

/* 1.0.6 PetiClips-only navigation + true mobile player fullscreen */
.peticlip-mobile-peticlips-menu{display:none}
@media(max-width:980px){
  body.peticlips-standalone-body{overflow:hidden!important;background:#000!important}
  .peticlip-petlover-bottom-nav{display:none!important}
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{background:#000!important;overflow:hidden!important}
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-source-standalone .peticlip-stage,
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-source-standalone .peticlip-feed,
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-source-standalone .peticlip-card,
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-source-standalone .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-source-standalone .peticlip-video-frame{width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#000!important;overflow:hidden!important}
  body.peticlips-standalone-body .peticlip-video-frame iframe,
  body.peticlips-standalone-body .peticlip-video-frame video,
  .peticlip-source-standalone .peticlip-video-frame iframe,
  .peticlip-source-standalone .peticlip-video-frame video,
  .peticlip-native-video{width:100vw!important;height:100dvh!important;min-width:100vw!important;min-height:100dvh!important;object-fit:cover!important;border:0!important;border-radius:0!important;background:#000!important}
  body.peticlips-standalone-body .peticlip-clean-top,
  body.peticlips-standalone-body .peticlip-original-link,
  .peticlip-source-standalone .peticlip-clean-top,
  .peticlip-source-standalone .peticlip-original-link{display:none!important}
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-source-standalone .peticlip-mobile-topbar{opacity:0!important;transform:translateY(-110%)!important;transition:opacity .18s ease,transform .18s ease!important;pointer-events:none!important;background:linear-gradient(to bottom,rgba(0,0,0,.74),rgba(0,0,0,.18),transparent)!important;z-index:80!important}
  body.peticlips-standalone-body .peticlip-app.is-ui-visible .peticlip-mobile-topbar,
  .peticlip-source-standalone.is-ui-visible .peticlip-mobile-topbar,
  body.peticlips-standalone-body .peticlip-app.is-profile-mode .peticlip-mobile-topbar,
  .peticlip-source-standalone.is-profile-mode .peticlip-mobile-topbar{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important}
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-source-standalone .peticlip-meta-overlay{left:14px!important;right:76px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;z-index:11!important}
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-source-standalone .peticlip-actions{right:10px!important;bottom:calc(22px + env(safe-area-inset-bottom))!important;z-index:12!important;gap:9px!important}
  body.peticlips-standalone-body .peticlip-action,
  .peticlip-source-standalone .peticlip-action{width:50px!important;min-height:50px!important;border-radius:18px!important;background:rgba(0,0,0,.40)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(14px)!important}
  .peticlip-mobile-peticlips-menu{display:block;position:fixed;inset:0;z-index:99999;pointer-events:none;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
  .peticlip-mobile-peticlips-menu.is-open{pointer-events:auto}
  .peticlip-mobile-menu-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.58);opacity:0;transition:opacity .2s ease;cursor:pointer}
  .peticlip-mobile-peticlips-menu.is-open .peticlip-mobile-menu-backdrop{opacity:1}
  .peticlip-mobile-menu-panel{position:absolute;top:0;bottom:0;left:0;width:min(86vw,340px);display:flex;flex-direction:column;gap:16px;padding:calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#14091f,#050207);border-right:1px solid rgba(255,255,255,.12);box-shadow:26px 0 80px rgba(0,0,0,.42);transform:translateX(-104%);transition:transform .24s ease;overflow:auto}
  .peticlip-mobile-peticlips-menu.is-open .peticlip-mobile-menu-panel{transform:translateX(0)}
  .peticlip-mobile-menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:8px 2px 4px}
  .peticlip-mobile-menu-head strong{display:block;font-size:24px;line-height:1;color:#fff;letter-spacing:-.04em}
  .peticlip-mobile-menu-head small{display:block;margin-top:4px;color:rgba(255,255,255,.62);font-size:12px;font-weight:800;line-height:1.35}
  .peticlip-mobile-menu-close{width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:26px;line-height:1;cursor:pointer}
  .peticlip-mobile-menu-tabs{display:grid;gap:8px}
  .peticlip-mobile-menu-tab{width:100%;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;padding:13px 14px!important;font-weight:1000!important;cursor:pointer!important;box-shadow:none!important}
  .peticlip-mobile-menu-tab span{font-size:20px;line-height:1}
  .peticlip-mobile-menu-tab strong{font-size:14px;color:inherit!important}
  .peticlip-mobile-menu-tab.is-active{background:linear-gradient(135deg,#ffd200,#ffb347)!important;color:#240a33!important;border-color:rgba(255,210,0,.45)!important}
  .peticlip-mobile-menu-publish{width:100%;justify-content:center;margin-top:2px}
  .peticlip-mobile-menu-link{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(255,255,255,.86)!important;text-decoration:none!important;font-size:13px;font-weight:1000}
  .peticlip-app.is-profile-mode .peticlip-profile{height:100dvh!important;width:100vw!important;overflow:auto!important;background:#000!important}
}
@media(max-width:390px){
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-source-standalone .peticlip-meta-overlay{right:68px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important}
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-source-standalone .peticlip-actions{bottom:calc(18px + env(safe-area-inset-bottom))!important}
}

/* 1.0.7 TikTok-style /clips shell */
.peticlips-standalone-body .peticlip-app,
.peticlip-app.peticlip-source-standalone{
  width:100vw!important;
  height:100vh!important;
  min-height:100vh!important;
  max-height:100vh!important;
  display:grid!important;
  grid-template-columns:300px minmax(360px,1fr) 190px!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  background:#000!important;
  color:#fff!important;
  overflow:hidden!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.peticlips-standalone-body .peticlip-app::before,
.peticlip-app.peticlip-source-standalone::before{display:none!important}

.peticlips-standalone-body .peticlip-rail-left,
.peticlip-app.peticlip-source-standalone .peticlip-rail-left{
  display:flex!important;
  min-width:0!important;
  height:100vh!important;
  padding:24px 20px!important;
  background:#000!important;
  border-right:1px solid rgba(255,255,255,.08)!important;
  gap:18px!important;
}
.peticlips-standalone-body .peticlip-brand-pill,
.peticlip-app.peticlip-source-standalone .peticlip-brand-pill{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0 0 8px!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.peticlip-brand-tiktok .peticlip-brand-mark{
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#7b18ff,#ff4fd8 48%,#ffd53f)!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.08),0 10px 28px rgba(123,24,255,.34)!important;
  transform:rotate(-5deg)!important;
  font-size:15px!important;
  line-height:1!important;
}
.peticlips-standalone-body .peticlip-brand-pill strong,
.peticlip-app.peticlip-source-standalone .peticlip-brand-pill strong{
  font-size:31px!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  color:#fff!important;
  font-weight:950!important;
}
.peticlips-standalone-body .peticlip-brand-pill small,
.peticlip-app.peticlip-source-standalone .peticlip-brand-pill small,
.peticlips-standalone-body .peticlip-brand-icon,
.peticlip-app.peticlip-source-standalone .peticlip-brand-icon{display:none!important}

.peticlips-standalone-body .peticlip-tabs,
.peticlip-app.peticlip-source-standalone .peticlip-tabs{gap:8px!important;margin-top:4px!important}
.peticlips-standalone-body .peticlip-tab,
.peticlip-app.peticlip-source-standalone .peticlip-tab{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-height:54px!important;
  padding:10px 12px!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.peticlips-standalone-body .peticlip-tab strong,
.peticlip-app.peticlip-source-standalone .peticlip-tab strong{font-weight:900!important}
.peticlips-standalone-body .peticlip-tab:hover,
.peticlip-app.peticlip-source-standalone .peticlip-tab:hover{background:rgba(255,255,255,.08)!important;transform:none!important}
.peticlips-standalone-body .peticlip-tab.is-active,
.peticlip-app.peticlip-source-standalone .peticlip-tab.is-active{
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
.peticlip-nav-ico{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
}
.peticlip-tab.is-active .peticlip-nav-ico{color:#ffd53f!important;text-shadow:0 0 18px rgba(255,213,63,.45)!important}

.peticlips-standalone-body .peticlip-upload-card-desktop,
.peticlip-app.peticlip-source-standalone .peticlip-upload-card-desktop{
  margin-top:auto!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  display:grid!important;
  gap:14px!important;
}
.peticlips-standalone-body .peticlip-primary,
.peticlip-app.peticlip-source-standalone .peticlip-primary{
  min-height:54px!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#ffd53f,#ffb800)!important;
  color:#170b00!important;
  box-shadow:none!important;
  font-size:16px!important;
}
.peticlips-standalone-body .peticlip-desktop-back,
.peticlip-app.peticlip-source-standalone .peticlip-desktop-back{
  color:rgba(255,255,255,.70)!important;
  text-decoration:none!important;
  font-weight:800!important;
  font-size:14px!important;
}

.peticlips-standalone-body .peticlip-stage,
.peticlip-app.peticlip-source-standalone .peticlip-stage{
  width:100%!important;
  height:100vh!important;
  min-height:100vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#000!important;
  padding:0!important;
  overflow:hidden!important;
}
.peticlips-standalone-body .peticlip-feed,
.peticlip-app.peticlip-source-standalone .peticlip-feed{
  width:min(100%,calc((100vh - 32px) * .5625))!important;
  max-width:560px!important;
  height:100vh!important;
  border:0!important;
  border-radius:0!important;
  background:#000!important;
  box-shadow:none!important;
  overflow-y:auto!important;
  scroll-snap-type:y mandatory!important;
}
.peticlips-standalone-body .peticlip-card,
.peticlip-app.peticlip-source-standalone .peticlip-card{
  width:100%!important;
  height:100vh!important;
  min-height:100vh!important;
  padding:16px 0!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
}
.peticlips-standalone-body .peticlip-video-shell,
.peticlip-app.peticlip-source-standalone .peticlip-video-shell{
  width:100%!important;
  height:calc(100vh - 32px)!important;
  max-height:calc(100vh - 32px)!important;
  aspect-ratio:9/16!important;
  border-radius:16px!important;
  overflow:visible!important;
  background:#080808!important;
  box-shadow:0 18px 80px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.08)!important;
}
.peticlips-standalone-body .peticlip-video-frame,
.peticlip-app.peticlip-source-standalone .peticlip-video-frame{
  inset:0!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#000!important;
}
.peticlips-standalone-body .peticlip-video-frame iframe,
.peticlips-standalone-body .peticlip-video-frame video,
.peticlip-app.peticlip-source-standalone .peticlip-video-frame iframe,
.peticlip-app.peticlip-source-standalone .peticlip-video-frame video{border-radius:16px!important}
.peticlips-standalone-body .peticlip-video-gradient,
.peticlip-app.peticlip-source-standalone .peticlip-video-gradient{
  border-radius:16px!important;
  background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.58) 22%,transparent 55%,rgba(0,0,0,.18) 100%)!important;
}
.peticlips-standalone-body .peticlip-meta-overlay,
.peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  max-width:none!important;
}
.peticlips-standalone-body .peticlip-platform,
.peticlip-app.peticlip-source-standalone .peticlip-platform{display:none!important}
.peticlips-standalone-body .peticlip-meta-overlay h3,
.peticlip-app.peticlip-source-standalone .peticlip-meta-overlay h3{
  font-size:21px!important;
  font-weight:900!important;
  margin-bottom:7px!important;
  text-shadow:0 2px 18px rgba(0,0,0,.55)!important;
}
.peticlips-standalone-body .peticlip-meta-overlay p,
.peticlip-app.peticlip-source-standalone .peticlip-meta-overlay p{font-size:14px!important;color:rgba(255,255,255,.94)!important}
.peticlips-standalone-body .peticlip-caption,
.peticlip-app.peticlip-source-standalone .peticlip-caption{font-size:13px!important;color:rgba(255,255,255,.86)!important;max-height:80px!important}

.peticlips-standalone-body .peticlip-actions,
.peticlip-app.peticlip-source-standalone .peticlip-actions{
  right:-82px!important;
  bottom:18px!important;
  gap:14px!important;
  z-index:30!important;
}
.peticlips-standalone-body .peticlip-action,
.peticlip-app.peticlip-source-standalone .peticlip-action{
  width:58px!important;
  min-height:58px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  transition:transform .16s ease,opacity .16s ease!important;
}
.peticlips-standalone-body .peticlip-action:hover,
.peticlip-app.peticlip-source-standalone .peticlip-action:hover{background:transparent!important;transform:scale(1.06)!important}
.peticlips-standalone-body .peticlip-action span,
.peticlip-app.peticlip-source-standalone .peticlip-action span{
  width:48px!important;
  height:48px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#1f1f1f!important;
  color:#fff!important;
  box-shadow:0 8px 28px rgba(0,0,0,.40)!important;
}
.peticlips-standalone-body .peticlip-action svg,
.peticlip-app.peticlip-source-standalone .peticlip-action svg{width:24px!important;height:24px!important;fill:currentColor!important;display:block!important}
.peticlips-standalone-body .peticlip-action-love span,
.peticlip-app.peticlip-source-standalone .peticlip-action-love span{color:#ff3b7f!important}
.peticlips-standalone-body .peticlip-action-wow span,
.peticlip-app.peticlip-source-standalone .peticlip-action-wow span{color:#ffd53f!important}
.peticlips-standalone-body .peticlip-action-save.is-saved span,
.peticlip-app.peticlip-source-standalone .peticlip-action-save.is-saved span{background:#ffd53f!important;color:#150900!important}
.peticlips-standalone-body .peticlip-action small,
.peticlip-app.peticlip-source-standalone .peticlip-action small{
  display:block!important;
  margin-top:4px!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  text-shadow:0 1px 8px rgba(0,0,0,.85)!important;
}

.peticlips-standalone-body .peticlip-rail-right,
.peticlip-app.peticlip-source-standalone .peticlip-rail-right{
  display:flex!important;
  height:100vh!important;
  background:#000!important;
  padding:24px 22px!important;
  border-left:1px solid rgba(255,255,255,.04)!important;
}
.peticlips-standalone-body .peticlip-right-hint,
.peticlip-app.peticlip-source-standalone .peticlip-right-hint{margin-top:auto;margin-bottom:28px;color:rgba(255,255,255,.42);font-size:12px;line-height:1.35}
.peticlips-standalone-body .peticlip-right-hint strong,
.peticlip-app.peticlip-source-standalone .peticlip-right-hint strong{display:block;color:rgba(255,255,255,.78);font-size:13px;margin-bottom:5px}
.peticlips-standalone-body .peticlip-rail-right .peticlip-comments-panel,
.peticlip-app.peticlip-source-standalone .peticlip-rail-right .peticlip-comments-panel{display:none!important}

.peticlips-standalone-body .peticlip-comments-drawer,
.peticlip-app.peticlip-source-standalone .peticlip-comments-drawer{display:block!important;position:fixed!important;inset:0!important;z-index:99998!important;pointer-events:none!important}
.peticlips-standalone-body .peticlip-comments-drawer.is-open,
.peticlip-app.peticlip-source-standalone .peticlip-comments-drawer.is-open{pointer-events:auto!important}
.peticlips-standalone-body .peticlip-drawer-backdrop,
.peticlip-app.peticlip-source-standalone .peticlip-drawer-backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.42)!important;opacity:0!important;transition:opacity .2s ease!important}
.peticlips-standalone-body .peticlip-comments-drawer.is-open .peticlip-drawer-backdrop,
.peticlip-app.peticlip-source-standalone .peticlip-comments-drawer.is-open .peticlip-drawer-backdrop{opacity:1!important}
.peticlips-standalone-body .peticlip-drawer-panel,
.peticlip-app.peticlip-source-standalone .peticlip-drawer-panel{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:min(420px,92vw)!important;
  height:100vh!important;
  display:flex!important;
  flex-direction:column!important;
  padding:18px!important;
  border-radius:0!important;
  background:#111!important;
  border-left:1px solid rgba(255,255,255,.12)!important;
  transform:translateX(105%)!important;
  transition:transform .22s ease!important;
  color:#fff!important;
}
.peticlips-standalone-body .peticlip-comments-drawer.is-open .peticlip-drawer-panel,
.peticlip-app.peticlip-source-standalone .peticlip-comments-drawer.is-open .peticlip-drawer-panel{transform:translateX(0)!important}
.peticlips-standalone-body .peticlip-drawer-handle,
.peticlip-app.peticlip-source-standalone .peticlip-drawer-handle{display:none!important}

@media (max-width:980px){
  .peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    display:block!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    background:#000!important;
  }
  .peticlips-standalone-body .peticlip-rail,
  .peticlip-app.peticlip-source-standalone .peticlip-rail{display:none!important}
  .peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{height:100dvh!important;min-height:100dvh!important;width:100vw!important}
  .peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{width:100vw!important;height:100dvh!important;max-width:none!important}
  .peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{height:100dvh!important;min-height:100dvh!important;padding:0!important}
  .peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{height:100dvh!important;width:100vw!important;max-height:100dvh!important;border-radius:0!important;aspect-ratio:auto!important;overflow:hidden!important}
  .peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame,
  .peticlips-standalone-body .peticlip-video-frame iframe,
  .peticlips-standalone-body .peticlip-video-frame video,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame iframe,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame video,
  .peticlips-standalone-body .peticlip-video-gradient,
  .peticlip-app.peticlip-source-standalone .peticlip-video-gradient{border-radius:0!important}
  .peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{right:12px!important;bottom:64px!important;gap:10px!important}
  .peticlips-standalone-body .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-action{width:52px!important;min-height:52px!important}
  .peticlips-standalone-body .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-action span{width:46px!important;height:46px!important;background:rgba(24,24,24,.72)!important;backdrop-filter:blur(12px)!important}
  .peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{display:flex!important;background:linear-gradient(to bottom,rgba(0,0,0,.46),transparent)!important}
  .peticlips-standalone-body .peticlip-drawer-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-drawer-panel{top:auto!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:72dvh!important;border-radius:28px 28px 0 0!important;transform:translateY(105%)!important}
  .peticlips-standalone-body .peticlip-comments-drawer.is-open .peticlip-drawer-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-drawer.is-open .peticlip-drawer-panel{transform:translateY(0)!important}
  .peticlips-standalone-body .peticlip-drawer-handle,
  .peticlip-app.peticlip-source-standalone .peticlip-drawer-handle{display:block!important}
}

@media (min-width:981px){
  .peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    width:min(calc((100vh - 32px) * .5625 + 96px),656px)!important;
    max-width:656px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  .peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    justify-items:start!important;
    padding-left:0!important;
    padding-right:96px!important;
  }
  .peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    width:calc(100% - 96px)!important;
  }
  .peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{right:-76px!important}
}

/* 1.0.8 Mobile-first TikTok experience for /clips and /peticlips */
@media (max-width: 980px){
  html:has(body.peticlips-standalone-body),
  body.peticlips-standalone-body{
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    background:#000!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:pan-y!important;
  }
  body.peticlips-standalone-body *{box-sizing:border-box!important;-webkit-tap-highlight-color:transparent!important}
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    height:100svh!important;
    min-height:100dvh!important;
    min-height:100svh!important;
    display:block!important;
    background:#000!important;
    color:#fff!important;
    overflow:hidden!important;
    border-radius:0!important;
  }
  body.peticlips-standalone-body .peticlip-app::before,
  .peticlip-app.peticlip-source-standalone::before{display:none!important}
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage,
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    position:absolute!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    height:100svh!important;
    min-height:100dvh!important;
    min-height:100svh!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#000!important;
    box-shadow:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scroll-snap-type:y mandatory!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  body.peticlips-standalone-body .peticlip-feed::-webkit-scrollbar,
  .peticlip-app.peticlip-source-standalone .peticlip-feed::-webkit-scrollbar{display:none!important}
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    width:100vw!important;
    height:100dvh!important;
    height:100svh!important;
    min-height:100dvh!important;
    min-height:100svh!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:hidden!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    background:#000!important;
  }
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame{
    position:absolute!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    height:100svh!important;
    min-height:100dvh!important;
    min-height:100svh!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    aspect-ratio:auto!important;
    background:#000!important;
    overflow:hidden!important;
    box-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-video-frame iframe,
  body.peticlips-standalone-body .peticlip-video-frame video,
  body.peticlips-standalone-body .peticlip-native-video,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame iframe,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame video,
  .peticlip-app.peticlip-source-standalone .peticlip-native-video{
    position:absolute!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    height:100svh!important;
    min-width:100vw!important;
    min-height:100dvh!important;
    min-height:100svh!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border:0!important;
    border-radius:0!important;
    background:#000!important;
  }
  body.peticlips-standalone-body .peticlip-video-gradient,
  .peticlip-app.peticlip-source-standalone .peticlip-video-gradient{
    position:absolute!important;
    inset:0!important;
    border-radius:0!important;
    pointer-events:none!important;
    background:
      linear-gradient(to top,rgba(0,0,0,.86) 0%,rgba(0,0,0,.48) 19%,rgba(0,0,0,0) 47%),
      linear-gradient(to bottom,rgba(0,0,0,.62) 0%,rgba(0,0,0,.18) 13%,rgba(0,0,0,0) 34%)!important;
    z-index:2!important;
  }

  /* Mobile: PetiClips-only floating chrome, not Pet Lover Center navigation */
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:calc(58px + env(safe-area-inset-top))!important;
    padding:calc(10px + env(safe-area-inset-top)) 12px 8px!important;
    z-index:80!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    background:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,.20),transparent)!important;
    opacity:0!important;
    transform:translateY(-14px)!important;
    pointer-events:none!important;
    transition:opacity .18s ease,transform .18s ease!important;
  }
  body.peticlips-standalone-body .peticlip-app.is-ui-visible .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone.is-ui-visible .peticlip-mobile-topbar,
  body.peticlips-standalone-body .peticlip-app.is-menu-open .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone.is-menu-open .peticlip-mobile-topbar{
    opacity:1!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar strong,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar strong{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    min-height:38px!important;
    padding:0 12px!important;
    border-radius:999px!important;
    background:rgba(0,0,0,.34)!important;
    color:#fff!important;
    font-size:19px!important;
    font-weight:950!important;
    letter-spacing:-.05em!important;
    text-shadow:0 2px 14px rgba(0,0,0,.65)!important;
    backdrop-filter:blur(10px)!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar strong::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar strong::before{
    content:""!important;
    width:20px!important;
    height:20px!important;
    border-radius:6px!important;
    background:linear-gradient(135deg,#7b18ff,#ff4fd8 55%,#ffd53f)!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.18),0 8px 18px rgba(123,24,255,.25)!important;
  }
  body.peticlips-standalone-body .peticlip-current-view-label,
  .peticlip-app.peticlip-source-standalone .peticlip-current-view-label{display:none!important}
  body.peticlips-standalone-body .peticlip-icon-button,
  .peticlip-app.peticlip-source-standalone .peticlip-icon-button{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    background:rgba(18,18,18,.52)!important;
    color:#fff!important;
    display:grid!important;
    place-items:center!important;
    font-size:22px!important;
    line-height:1!important;
    box-shadow:0 10px 28px rgba(0,0,0,.36)!important;
    backdrop-filter:blur(14px)!important;
  }

  /* Mobile right-side reactions: always attached to the active video */
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{
    position:absolute!important;
    right:10px!important;
    bottom:calc(74px + env(safe-area-inset-bottom))!important;
    z-index:35!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:10px!important;
    transform:none!important;
  }
  body.peticlips-standalone-body .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-action{
    width:54px!important;
    min-height:54px!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    color:#fff!important;
    display:grid!important;
    justify-items:center!important;
    align-content:start!important;
    gap:3px!important;
  }
  body.peticlips-standalone-body .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-action span{
    width:47px!important;
    height:47px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:rgba(25,25,25,.72)!important;
    color:#fff!important;
    box-shadow:0 10px 28px rgba(0,0,0,.42)!important;
    backdrop-filter:blur(12px)!important;
  }
  body.peticlips-standalone-body .peticlip-action svg,
  .peticlip-app.peticlip-source-standalone .peticlip-action svg{width:23px!important;height:23px!important;fill:currentColor!important}
  body.peticlips-standalone-body .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-action small{
    width:62px!important;
    display:block!important;
    margin:0!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:950!important;
    line-height:1!important;
    text-align:center!important;
    text-shadow:0 2px 9px rgba(0,0,0,.88)!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.peticlips-standalone-body .peticlip-action-love span,
  .peticlip-app.peticlip-source-standalone .peticlip-action-love span{color:#ff3b82!important}
  body.peticlips-standalone-body .peticlip-action-wow span,
  .peticlip-app.peticlip-source-standalone .peticlip-action-wow span{color:#ffd53f!important}
  body.peticlips-standalone-body .peticlip-action-save.is-saved span,
  .peticlip-app.peticlip-source-standalone .peticlip-action-save.is-saved span{background:#ffd53f!important;color:#150900!important}

  /* Mobile metadata: lower left, leaving room for reactions */
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{
    position:absolute!important;
    left:13px!important;
    right:78px!important;
    bottom:calc(22px + env(safe-area-inset-bottom))!important;
    z-index:30!important;
    max-width:none!important;
    padding:0!important;
    pointer-events:auto!important;
  }
  body.peticlips-standalone-body .peticlip-platform,
  .peticlip-app.peticlip-source-standalone .peticlip-platform,
  body.peticlips-standalone-body .peticlip-clean-top,
  body.peticlips-standalone-body .peticlip-original-link,
  .peticlip-app.peticlip-source-standalone .peticlip-clean-top,
  .peticlip-app.peticlip-source-standalone .peticlip-original-link{display:none!important}
  body.peticlips-standalone-body .peticlip-meta-overlay h3,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay h3{
    margin:0 0 5px!important;
    font-size:19px!important;
    line-height:1.12!important;
    font-weight:950!important;
    color:#fff!important;
    letter-spacing:-.035em!important;
    text-shadow:0 2px 18px rgba(0,0,0,.8)!important;
  }
  body.peticlips-standalone-body .peticlip-meta-overlay p,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay p{
    margin:0 0 4px!important;
    color:rgba(255,255,255,.92)!important;
    font-size:13px!important;
    line-height:1.25!important;
    text-shadow:0 2px 12px rgba(0,0,0,.72)!important;
  }
  body.peticlips-standalone-body .peticlip-caption,
  .peticlip-app.peticlip-source-standalone .peticlip-caption{
    max-height:72px!important;
    overflow:hidden!important;
    color:rgba(255,255,255,.86)!important;
    font-size:12.5px!important;
    line-height:1.28!important;
    text-shadow:0 2px 12px rgba(0,0,0,.74)!important;
  }
  body.peticlips-standalone-body .peticlip-tags,
  .peticlip-app.peticlip-source-standalone .peticlip-tags{margin-top:7px!important;gap:5px!important}
  body.peticlips-standalone-body .peticlip-tags span,
  .peticlip-app.peticlip-source-standalone .peticlip-tags span{font-size:11px!important;color:#ffd53f!important;text-shadow:0 1px 9px rgba(0,0,0,.8)!important}

  /* Mobile drawer menu: PetiClips options only */
  body.peticlips-standalone-body .peticlip-mobile-peticlips-menu,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-peticlips-menu{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:999999!important;
    pointer-events:none!important;
    color:#fff!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-peticlips-menu.is-open,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-peticlips-menu.is-open{pointer-events:auto!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-backdrop,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-backdrop{
    position:absolute!important;
    inset:0!important;
    border:0!important;
    background:rgba(0,0,0,.66)!important;
    opacity:0!important;
    transition:opacity .2s ease!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-peticlips-menu.is-open .peticlip-mobile-menu-backdrop,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-peticlips-menu.is-open .peticlip-mobile-menu-backdrop{opacity:1!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-panel{
    position:absolute!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    width:min(84vw,330px)!important;
    height:100dvh!important;
    height:100svh!important;
    padding:calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    background:#050505!important;
    border-right:1px solid rgba(255,255,255,.10)!important;
    box-shadow:28px 0 90px rgba(0,0,0,.58)!important;
    transform:translateX(-105%)!important;
    transition:transform .24s cubic-bezier(.2,.8,.2,1)!important;
    overflow:auto!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-peticlips-menu.is-open .peticlip-mobile-menu-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-peticlips-menu.is-open .peticlip-mobile-menu-panel{transform:translateX(0)!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-head strong,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-head strong{font-size:26px!important;letter-spacing:-.05em!important;color:#fff!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-head small,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-head small{color:rgba(255,255,255,.58)!important;font-size:12px!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-tab{
    min-height:50px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#fff!important;
    padding:10px 8px!important;
    font-size:16px!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-tab.is-active{
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-tab.is-active span,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-tab.is-active span{filter:drop-shadow(0 0 8px rgba(255,213,63,.55))!important}

  /* Comments and upload remain native-app style on mobile */
  body.peticlips-standalone-body .peticlip-drawer-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-drawer-panel{
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    width:100vw!important;
    height:min(74dvh,620px)!important;
    padding:10px 14px calc(18px + env(safe-area-inset-bottom))!important;
    border-radius:28px 28px 0 0!important;
    background:#101010!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-bottom:0!important;
    transform:translateY(105%)!important;
    box-shadow:0 -28px 80px rgba(0,0,0,.54)!important;
  }
  body.peticlips-standalone-body .peticlip-comments-drawer.is-open .peticlip-drawer-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-drawer.is-open .peticlip-drawer-panel{transform:translateY(0)!important}
  body.peticlips-standalone-body .peticlip-drawer-handle,
  .peticlip-app.peticlip-source-standalone .peticlip-drawer-handle{display:block!important;width:48px!important;height:5px!important;background:rgba(255,255,255,.28)!important;border-radius:999px!important;margin:0 auto 12px!important}
  body.peticlips-standalone-body .peticlip-uploader-dialog,
  .peticlip-app.peticlip-source-standalone .peticlip-uploader-dialog{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    transform:none!important;
    width:100vw!important;
    height:min(92dvh,760px)!important;
    max-height:min(92dvh,760px)!important;
    border-radius:28px 28px 0 0!important;
    background:#111!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-bottom:0!important;
    padding:20px 16px calc(22px + env(safe-area-inset-bottom))!important;
  }
}

@media (max-width: 380px){
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{right:7px!important;bottom:calc(66px + env(safe-area-inset-bottom))!important;gap:8px!important}
  body.peticlips-standalone-body .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-action{width:48px!important;min-height:48px!important}
  body.peticlips-standalone-body .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-action span{width:42px!important;height:42px!important}
  body.peticlips-standalone-body .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-action small{font-size:10px!important;width:54px!important}
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{left:11px!important;right:68px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}
  body.peticlips-standalone-body .peticlip-meta-overlay h3,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay h3{font-size:17px!important}
  body.peticlips-standalone-body .peticlip-meta-overlay p,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay p,
  body.peticlips-standalone-body .peticlip-caption,
  .peticlip-app.peticlip-source-standalone .peticlip-caption{font-size:12px!important}
}


/* 1.0.9 File input polish + upload duration UX */
.peticlip-app .peticlip-upload-form input[type="file"]{
  width:100%!important;
  max-width:100%!important;
  padding:12px!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(135deg,rgba(229,63,150,.32),rgba(123,38,217,.28))!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14)!important;
}
.peticlip-app .peticlip-upload-form input[type="file"]::file-selector-button{
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#e63f96 0%,#8b2bff 100%)!important;
  color:#fff!important;
  font-weight:1000!important;
  padding:11px 16px!important;
  margin-right:12px!important;
  cursor:pointer!important;
  box-shadow:0 10px 24px rgba(139,43,255,.28)!important;
}
.peticlip-app .peticlip-upload-form input[type="file"]::-webkit-file-upload-button{
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#e63f96 0%,#8b2bff 100%)!important;
  color:#fff!important;
  font-weight:1000!important;
  padding:11px 16px!important;
  margin-right:12px!important;
  cursor:pointer!important;
  box-shadow:0 10px 24px rgba(139,43,255,.28)!important;
}
.peticlip-file-name{
  display:block!important;
  margin-top:8px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.3!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.peticlip-file-name.is-ready{background:linear-gradient(135deg,rgba(26,183,132,.20),rgba(123,38,217,.16))!important;border-color:rgba(26,183,132,.42)!important;color:#eafff6!important}
.peticlip-file-name.is-error{background:linear-gradient(135deg,rgba(230,63,150,.22),rgba(255,80,80,.14))!important;border-color:rgba(255,109,109,.46)!important;color:#fff!important}
.peticlip-app .peticlip-upload-help{color:rgba(255,255,255,.78)!important;font-weight:850!important}
@media(max-width:620px){
  .peticlip-app .peticlip-upload-form input[type="file"]{font-size:12px!important;padding:10px!important}
  .peticlip-app .peticlip-upload-form input[type="file"]::file-selector-button,
  .peticlip-app .peticlip-upload-form input[type="file"]::-webkit-file-upload-button{padding:10px 12px!important;margin-right:8px!important}
  .peticlip-file-name{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
}


/* 1.0.10 Wide player + premium reaction icons */
@keyframes peticlipHeartPawPulse{
  0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,59,130,0))}
  45%{transform:scale(1.12);filter:drop-shadow(0 0 16px rgba(255,59,130,.72))}
}
@keyframes peticlipHeartPawRing{
  0%{opacity:.72;transform:translate(-50%,-50%) scale(.72)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(1.75)}
}
@keyframes peticlipPawBounce{
  0%,100%{transform:translate(-50%,-50%) scale(1) rotate(-5deg)}
  50%{transform:translate(-50%,-55%) scale(1.08) rotate(6deg)}
}

/* Desktop: use more of the center screen while keeping TikTok-style vertical composition */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:260px minmax(520px,820px) minmax(260px,340px)!important;
    gap:18px!important;
    justify-content:center!important;
  }
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    width:100%!important;
    align-items:center!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    width:min(100%,760px)!important;
    max-width:760px!important;
    height:calc(100dvh - 36px)!important;
    border-radius:24px!important;
    background:#000!important;
    overflow-y:auto!important;
    overflow-x:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    width:100%!important;
    height:calc(100dvh - 36px)!important;
    min-height:calc(100dvh - 36px)!important;
    padding:0 104px 0 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    width:min(calc(100% - 104px),calc((100dvh - 36px) * .64))!important;
    max-width:620px!important;
    height:calc(100dvh - 36px)!important;
    max-height:calc(100dvh - 36px)!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:#000!important;
    box-shadow:0 24px 90px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.08)!important;
  }
  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-video-frame iframe,
  body.peticlips-standalone-body .peticlip-video-frame video,
  body.peticlips-standalone-body .peticlip-native-video,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame iframe,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame video,
  .peticlip-app.peticlip-source-standalone .peticlip-native-video{
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:24px!important;
  }
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{
    right:10px!important;
    bottom:28px!important;
    gap:14px!important;
  }
}

/* Larger premium reaction buttons */
body.peticlips-standalone-body .peticlip-action,
.peticlip-app.peticlip-source-standalone .peticlip-action,
.peticlip-action{
  width:66px!important;
  min-height:66px!important;
  padding:0!important;
  border-radius:999px!important;
}
body.peticlips-standalone-body .peticlip-action span,
.peticlip-app.peticlip-source-standalone .peticlip-action span,
.peticlip-action span{
  position:relative!important;
  width:56px!important;
  height:56px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(20,20,24,.82)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.45)!important;
  overflow:visible!important;
}
body.peticlips-standalone-body .peticlip-action svg,
.peticlip-app.peticlip-source-standalone .peticlip-action svg,
.peticlip-action svg{
  width:28px!important;
  height:28px!important;
}
body.peticlips-standalone-body .peticlip-action small,
.peticlip-app.peticlip-source-standalone .peticlip-action small,
.peticlip-action small{
  width:70px!important;
  font-size:12px!important;
  font-weight:1000!important;
  color:#fff!important;
  text-shadow:0 2px 10px rgba(0,0,0,.9)!important;
}

/* Love reaction: heart + dog paw center, animated to invite interaction */
body.peticlips-standalone-body .peticlip-action-love span,
.peticlip-app.peticlip-source-standalone .peticlip-action-love span,
.peticlip-action-love span{
  background:linear-gradient(145deg,#ff2f7d 0%,#d61cc9 52%,#7b18ff 100%)!important;
  color:#fff!important;
  box-shadow:0 16px 38px rgba(255,47,125,.40),0 0 0 1px rgba(255,255,255,.16)!important;
  animation:peticlipHeartPawPulse 1.9s ease-in-out infinite!important;
}
body.peticlips-standalone-body .peticlip-action-love span::before,
.peticlip-app.peticlip-source-standalone .peticlip-action-love span::before,
.peticlip-action-love span::before{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:64px;height:64px;
  border-radius:999px;
  border:1px solid rgba(255,79,216,.55);
  transform:translate(-50%,-50%) scale(.8);
  animation:peticlipHeartPawRing 1.9s ease-out infinite;
  pointer-events:none;
}
body.peticlips-standalone-body .peticlip-action-love span svg,
.peticlip-app.peticlip-source-standalone .peticlip-action-love span svg,
.peticlip-action-love span svg{
  width:33px!important;
  height:33px!important;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.26))!important;
}
body.peticlips-standalone-body .peticlip-action-love span::after,
.peticlip-app.peticlip-source-standalone .peticlip-action-love span::after,
.peticlip-action-love span::after{
  content:"🐾";
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%) rotate(-5deg);
  font-size:13px;
  line-height:1;
  color:#fff;
  text-shadow:0 1px 5px rgba(0,0,0,.42);
  animation:peticlipPawBounce 1.9s ease-in-out infinite;
  pointer-events:none;
}
body.peticlips-standalone-body .peticlip-action-love:hover span,
.peticlip-app.peticlip-source-standalone .peticlip-action-love:hover span,
.peticlip-action-love:hover span{transform:scale(1.08)!important}

/* Mobile keeps full screen, but reactions are more touch-friendly */
@media (max-width:980px){
  body.peticlips-standalone-body .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-action{
    width:60px!important;
    min-height:60px!important;
  }
  body.peticlips-standalone-body .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-action span{
    width:52px!important;
    height:52px!important;
  }
  body.peticlips-standalone-body .peticlip-action svg,
  .peticlip-app.peticlip-source-standalone .peticlip-action svg{
    width:27px!important;
    height:27px!important;
  }
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{
    right:8px!important;
    gap:11px!important;
  }
  body.peticlips-standalone-body .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-action small{
    width:64px!important;
    font-size:11px!important;
  }
}
@media (max-width:420px){
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{right:5px!important}
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{right:76px!important}
}

/* 1.0.11 PetiClips player controls + PetiA suppression on /peticlips */
body.peticlips-app-active #petify-ai-bubble,
body.peticlips-app-active #petify-ai-window,
body.peticlips-app-active #petify-ai-overlay,
body.peticlips-app-active .petify-ai-bubble,
body.peticlips-app-active .petify-ai-floating,
body.peticlips-app-active .petia-floating-bubble,
body.peticlips-app-active .petia-bubble,
body.peticlips-app-active .petia-chat-bubble,
body.peticlips-standalone-body #petify-ai-bubble,
body.peticlips-standalone-body #petify-ai-window,
body.peticlips-standalone-body #petify-ai-overlay,
body.peticlips-standalone-body .petify-ai-bubble,
body.peticlips-standalone-body .petify-ai-floating,
body.peticlips-standalone-body .petia-floating-bubble,
body.peticlips-standalone-body .petia-bubble,
body.peticlips-standalone-body .petia-chat-bubble{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.peticlip-player-controls{
  position:absolute;
  left:14px;
  right:94px;
  bottom:10px;
  z-index:42;
  display:none;
  align-items:center;
  gap:10px;
  min-height:34px;
  pointer-events:auto;
}
.peticlip-card.has-native-video .peticlip-player-controls{display:flex}
.peticlip-card.has-native-video .peticlip-meta-overlay{bottom:58px!important}
.peticlip-sound-toggle{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:999px!important;
  background:rgba(10,10,14,.62)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  cursor:pointer!important;
  box-shadow:0 10px 28px rgba(0,0,0,.36)!important;
  backdrop-filter:blur(14px)!important;
}
.peticlip-sound-toggle svg{width:18px!important;height:18px!important;fill:currentColor!important;display:block!important}
.peticlip-sound-toggle:not(.is-muted){background:linear-gradient(135deg,#ffd53f,#ff9d2f)!important;color:#231000!important;border-color:rgba(255,255,255,.42)!important}
.peticlip-progress{
  --peticlip-progress-value:0%;
  flex:1;
  width:100%;
  height:18px;
  min-width:0;
  appearance:none;
  -webkit-appearance:none;
  background:transparent;
  outline:none;
  cursor:pointer;
  margin:0;
}
.peticlip-progress::-webkit-slider-runnable-track{
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#ffd53f 0%,#ff39c8 var(--peticlip-progress-value),rgba(255,255,255,.30) var(--peticlip-progress-value),rgba(255,255,255,.30) 100%);
  box-shadow:0 2px 10px rgba(0,0,0,.35);
}
.peticlip-progress::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:14px;
  height:14px;
  border-radius:999px;
  background:#fff;
  border:2px solid #ff39c8;
  margin-top:-5px;
  box-shadow:0 4px 14px rgba(0,0,0,.45);
}
.peticlip-progress::-moz-range-track{
  height:4px;
  border-radius:999px;
  background:rgba(255,255,255,.30);
}
.peticlip-progress::-moz-range-progress{
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#ffd53f,#ff39c8);
}
.peticlip-progress::-moz-range-thumb{
  width:12px;
  height:12px;
  border-radius:999px;
  background:#fff;
  border:2px solid #ff39c8;
  box-shadow:0 4px 14px rgba(0,0,0,.45);
}
.peticlip-action-share small{display:none!important}
.peticlip-action-share{min-height:58px!important}

@media (max-width:980px){
  .peticlip-player-controls,
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    left:12px!important;
    right:82px!important;
    bottom:calc(8px + env(safe-area-inset-bottom))!important;
    gap:8px!important;
    min-height:32px!important;
  }
  .peticlip-card.has-native-video .peticlip-meta-overlay,
  body.peticlips-standalone-body .peticlip-card.has-native-video .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card.has-native-video .peticlip-meta-overlay{
    bottom:52px!important;
  }
  .peticlip-sound-toggle{width:32px!important;height:32px!important;min-width:32px!important}
  .peticlip-sound-toggle svg{width:17px!important;height:17px!important}
  .peticlip-progress::-webkit-slider-runnable-track{height:3px!important}
  .peticlip-progress::-moz-range-track,.peticlip-progress::-moz-range-progress{height:3px!important}
}

@media (max-width:420px){
  .peticlip-player-controls,
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    right:78px!important;
    left:10px!important;
  }
}

/* --- 1.0.12 Bunny Stream integration polish --- */
.peticlip-iframe-bunny{
  width:100%!important;
  height:100%!important;
  border:0!important;
  display:block!important;
  background:#000!important;
}
.peticlip-video-frame:has(.peticlip-iframe-bunny){background:#000!important;}
.peticlip-card .peticlip-platform{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


/* --- 1.0.14 Bunny native full-width player + stronger PetiClips controls --- */
.peticlip-bunny-native-video,
.peticlip-card.has-bunny-native-video .peticlip-video-frame video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  background:#000!important;
}
.peticlip-card.has-bunny-native-video .peticlip-video-frame{
  display:block!important;
  background:#000!important;
}
.peticlip-card.has-bunny-native-video .peticlip-video-shell{
  background:#000!important;
}
.peticlip-card.has-bunny-native-video .peticlip-platform{
  background:linear-gradient(135deg,rgba(94,0,121,.72),rgba(255,57,200,.42))!important;
  border-color:rgba(255,255,255,.25)!important;
}
.peticlip-player-controls,
body.peticlips-standalone-body .peticlip-player-controls,
.peticlip-app.peticlip-source-standalone .peticlip-player-controls{
  left:18px!important;
  right:88px!important;
  bottom:14px!important;
  min-height:48px!important;
  gap:12px!important;
  z-index:55!important;
  padding:6px 0!important;
}
.peticlip-sound-toggle,
body.peticlips-standalone-body .peticlip-sound-toggle,
.peticlip-app.peticlip-source-standalone .peticlip-sound-toggle{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  background:rgba(8,8,13,.84)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.55),0 0 0 6px rgba(255,255,255,.04)!important;
}
.peticlip-sound-toggle svg,
body.peticlips-standalone-body .peticlip-sound-toggle svg,
.peticlip-app.peticlip-source-standalone .peticlip-sound-toggle svg{
  width:22px!important;
  height:22px!important;
}
.peticlip-sound-toggle:not(.is-muted),
body.peticlips-standalone-body .peticlip-sound-toggle:not(.is-muted),
.peticlip-app.peticlip-source-standalone .peticlip-sound-toggle:not(.is-muted){
  background:linear-gradient(135deg,#ffd53f,#ff2ec8 68%,#7c1dff)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.58)!important;
}
.peticlip-progress,
body.peticlips-standalone-body .peticlip-progress,
.peticlip-app.peticlip-source-standalone .peticlip-progress{
  height:28px!important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.55));
}
.peticlip-progress::-webkit-slider-runnable-track{
  height:7px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#ffd53f 0%,#ff2ec8 var(--peticlip-progress-value),rgba(255,255,255,.42) var(--peticlip-progress-value),rgba(255,255,255,.42) 100%)!important;
  box-shadow:0 2px 14px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.08)!important;
}
.peticlip-progress::-webkit-slider-thumb{
  width:22px!important;
  height:22px!important;
  margin-top:-8px!important;
  border:3px solid #ff2ec8!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.62),0 0 0 6px rgba(255,46,200,.18)!important;
}
.peticlip-progress::-moz-range-track,
.peticlip-progress::-moz-range-progress{
  height:7px!important;
  border-radius:999px!important;
}
.peticlip-progress::-moz-range-thumb{
  width:20px!important;
  height:20px!important;
  border:3px solid #ff2ec8!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.62),0 0 0 6px rgba(255,46,200,.18)!important;
}
.peticlip-action-share{width:62px!important;min-height:62px!important;border-radius:24px!important;}
.peticlip-action-share span svg{width:26px!important;height:26px!important;}
@media (max-width:980px){
  .peticlip-player-controls,
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    left:14px!important;
    right:84px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    min-height:48px!important;
  }
  .peticlip-card.has-bunny-native-video .peticlip-meta-overlay,
  .peticlip-card.has-native-video .peticlip-meta-overlay,
  body.peticlips-standalone-body .peticlip-card.has-native-video .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card.has-native-video .peticlip-meta-overlay{
    bottom:64px!important;
  }
  .peticlip-sound-toggle,
  body.peticlips-standalone-body .peticlip-sound-toggle,
  .peticlip-app.peticlip-source-standalone .peticlip-sound-toggle{
    width:44px!important;height:44px!important;min-width:44px!important;
  }
  .peticlip-sound-toggle svg,
  body.peticlips-standalone-body .peticlip-sound-toggle svg,
  .peticlip-app.peticlip-source-standalone .peticlip-sound-toggle svg{width:21px!important;height:21px!important;}
}
@media (max-width:420px){
  .peticlip-player-controls,
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    left:12px!important;
    right:78px!important;
  }
}


/* --- 1.0.15 Mobile HLS Performance Optimizer --- */
.peticlip-card.is-buffering .peticlip-video-shell::before{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  z-index:57;
  width:42px;
  height:42px;
  margin:-21px 0 0 -21px;
  border-radius:999px;
  border:4px solid rgba(255,255,255,.26);
  border-top-color:#ff2ec8;
  border-right-color:#ffd53f;
  animation:peticlipSpin .72s linear infinite;
  pointer-events:none;
  filter:drop-shadow(0 8px 24px rgba(0,0,0,.55));
}
@keyframes peticlipSpin{to{transform:rotate(360deg)}}
.peticlip-bunny-native-video{will-change:transform;transform:translateZ(0);}
.peticlip-card.has-bunny-native-video .peticlip-video-frame{contain:layout paint size;}
.peticlip-card.has-native-video .peticlip-player-controls{
  opacity:.98!important;
  transition:opacity .18s ease, transform .18s ease!important;
}
.peticlip-card.has-native-video:not(.is-active) .peticlip-player-controls{opacity:.78!important;}
.peticlip-sound-toggle:active,
.peticlip-progress:active{transform:scale(.98);}
.peticlip-progress::-webkit-slider-thumb{cursor:grab!important;}
.peticlip-progress:active::-webkit-slider-thumb{cursor:grabbing!important;}
@media (max-width:980px){
  .peticlip-card.has-bunny-native-video .peticlip-video-frame video,
  body.peticlips-standalone-body .peticlip-card.has-bunny-native-video .peticlip-video-frame video,
  .peticlip-app.peticlip-source-standalone .peticlip-card.has-bunny-native-video .peticlip-video-frame video{
    width:100vw!important;
    height:100dvh!important;
    min-width:100vw!important;
    min-height:100dvh!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .peticlip-card.is-buffering .peticlip-video-shell::before{width:36px;height:36px;margin:-18px 0 0 -18px;border-width:3px;}
  .peticlip-card.has-native-video .peticlip-player-controls{
    background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.08))!important;
    border-radius:999px!important;
    padding:5px 4px!important;
  }
}

/* PetiClips 1.0.16 — Studio Pro Social Bar / Mobile polish
   Conserva el reproductor HLS/Bunny del core y limpia la barra estilo TikTok. */
.peticlip-actions-pro{align-items:center!important;gap:10px!important;right:12px!important;}
.peticlip-author-stack{position:relative;display:grid;place-items:center;margin-bottom:2px;}
.peticlip-action-author{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;padding:0!important;min-height:auto!important;width:56px!important;gap:3px!important;}
.peticlip-action-author:hover{background:transparent!important;transform:scale(1.04)!important;}
.peticlip-author-avatar{width:52px!important;height:52px!important;border-radius:999px!important;padding:2px!important;background:linear-gradient(135deg,#ffd53f,#ff2fcf,#7a00ff)!important;display:grid!important;place-items:center!important;box-shadow:0 10px 24px rgba(0,0,0,.38)!important;}
.peticlip-author-avatar img{width:46px!important;height:46px!important;border-radius:999px!important;object-fit:cover!important;background:#fff!important;display:block!important;border:2px solid #fff!important;}
.peticlip-action-author small{font-size:9px!important;line-height:1!important;text-shadow:0 2px 6px rgba(0,0,0,.7)!important;max-width:62px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.peticlip-follow-plus{position:absolute!important;right:0!important;bottom:14px!important;width:24px!important;height:24px!important;border-radius:999px!important;border:2px solid #fff!important;background:#fff!important;color:#121019!important;font-size:17px!important;font-weight:950!important;line-height:18px!important;display:grid!important;place-items:center!important;z-index:3!important;box-shadow:0 8px 16px rgba(0,0,0,.35)!important;cursor:pointer!important;}
.peticlip-follow-plus.is-following{background:#ffd53f!important;color:#150900!important;}
.peticlip-follow-plus.is-busy{opacity:.55!important;pointer-events:none!important;}
.peticlip-actions-pro .peticlip-action-paw,
.peticlip-actions-pro .peticlip-action-wow{display:none!important;}
.peticlip-actions-pro .peticlip-action{border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;min-height:auto!important;width:56px!important;color:#fff!important;}
.peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){width:48px!important;height:48px!important;border-radius:16px!important;background:rgba(24,24,24,.72)!important;display:grid!important;place-items:center!important;box-shadow:0 10px 24px rgba(0,0,0,.35)!important;border:1px solid rgba(255,255,255,.14)!important;backdrop-filter:blur(12px)!important;}
.peticlip-actions-pro .peticlip-action svg{width:23px!important;height:23px!important;fill:currentColor!important;}
.peticlip-actions-pro .peticlip-action-love span:not(.peticlip-author-avatar){color:#ff3b82!important;}
.peticlip-actions-pro .peticlip-action-comments span:not(.peticlip-author-avatar){color:#f2eaff!important;}
.peticlip-actions-pro .peticlip-action-save.is-saved span:not(.peticlip-author-avatar){background:#ffd53f!important;color:#150900!important;}
.peticlip-actions-pro .peticlip-action small{font-size:10px!important;font-weight:900!important;width:58px!important;text-align:center!important;color:#fff!important;text-shadow:0 2px 6px rgba(0,0,0,.7)!important;}
.peticlip-actions-pro .peticlip-action-share small{font-size:9px!important;}
body.peticlips-standalone-body .petia-floating-bubble,
body.peticlips-standalone-body .petify-ai-bubble,
body.peticlips-standalone-body #petify-ai-bubble,
.peticlip-app.peticlip-source-standalone ~ .petia-floating-bubble{display:none!important;visibility:hidden!important;pointer-events:none!important;}
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{right:8px!important;bottom:calc(66px + env(safe-area-inset-bottom))!important;gap:9px!important;z-index:15!important;}
  .peticlip-actions-pro .peticlip-action{width:50px!important;}
  .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){width:44px!important;height:44px!important;border-radius:15px!important;}
  .peticlip-author-avatar{width:50px!important;height:50px!important;}
  .peticlip-author-avatar img{width:44px!important;height:44px!important;}
  .peticlip-follow-plus{width:23px!important;height:23px!important;bottom:13px!important;right:-1px!important;font-size:16px!important;}
  .peticlip-meta-overlay{right:72px!important;bottom:calc(24px + env(safe-area-inset-bottom))!important;}
  .peticlip-player-controls{z-index:16!important;}
}
@media(max-width:420px){
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{right:7px!important;bottom:calc(58px + env(safe-area-inset-bottom))!important;gap:8px!important;}
  .peticlip-actions-pro .peticlip-action{width:48px!important;}
  .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){width:42px!important;height:42px!important;}
  .peticlip-author-avatar{width:48px!important;height:48px!important;}
  .peticlip-author-avatar img{width:42px!important;height:42px!important;}
  .peticlip-actions-pro .peticlip-action small{font-size:9px!important;width:52px!important;}
}


/* PetiClips 1.0.17 social bar and channel identity refresh */
.peticlip-channel-line{display:flex!important;align-items:center!important;gap:6px!important;margin:0 0 4px!important;color:#fff!important;font-size:18px!important;font-weight:800!important;line-height:1.15!important;text-shadow:0 2px 10px rgba(0,0,0,.5)!important}
.peticlip-channel-line strong{font-weight:900!important;color:#fff!important}
.peticlip-verified-badge{display:inline-grid!important;place-items:center!important;width:18px!important;height:18px!important;border-radius:999px!important;background:#2bb3ff!important;color:#fff!important;box-shadow:0 4px 10px rgba(0,0,0,.28)!important;flex:0 0 18px!important}
.peticlip-verified-badge svg{width:11px!important;height:11px!important;fill:currentColor!important}
.peticlip-channel-caption{margin:0 0 4px!important;color:rgba(255,255,255,.96)!important;font-size:15px!important;line-height:1.32!important;font-weight:600!important}
.peticlip-channel-handle-row{margin:0 0 8px!important}
.peticlip-channel-handle{display:inline-flex!important;align-items:center!important;gap:6px!important;color:rgba(255,255,255,.9)!important;font-size:13px!important;font-weight:700!important}
.peticlip-action-author{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;padding:0!important;min-height:auto!important;width:54px!important;height:54px!important;gap:0!important;position:relative!important}
.peticlip-action-author small{display:none!important}
.peticlip-author-avatar{display:block!important;width:54px!important;height:54px!important;border-radius:999px!important;overflow:hidden!important;border:3px solid #fff!important;box-shadow:0 8px 18px rgba(0,0,0,.34)!important;background:#1a1624!important;position:relative!important}
.peticlip-author-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.peticlip-action-author.is-verified .peticlip-author-avatar{box-shadow:0 0 0 2px rgba(43,179,255,.95),0 8px 18px rgba(0,0,0,.34)!important}
.peticlip-follow-plus{position:absolute!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;bottom:-8px!important;width:24px!important;height:24px!important;border-radius:999px!important;border:2px solid #fff!important;background:#ff3ea8!important;color:#fff!important;font-size:17px!important;font-weight:950!important;line-height:1!important;display:grid!important;place-items:center!important;z-index:5!important;box-shadow:0 8px 16px rgba(0,0,0,.35)!important;cursor:pointer!important}
.peticlip-follow-plus.is-following{background:#111827!important;color:#fff!important}
.peticlip-author-stack{position:relative!important;padding-bottom:10px!important;margin-bottom:4px!important}
.peticlip-action{background:rgba(12,12,14,.58)!important;border:0!important;backdrop-filter:blur(14px)!important;box-shadow:none!important;width:54px!important;min-height:54px!important;border-radius:999px!important;padding:0!important;gap:5px!important}
.peticlip-action span{width:54px!important;height:54px!important;display:grid!important;place-items:center!important}
.peticlip-action small{display:block!important;font-size:11px!important;font-weight:800!important;color:#fff!important;line-height:1!important;text-shadow:0 2px 8px rgba(0,0,0,.52)!important}
.peticlip-action svg{width:22px!important;height:22px!important;fill:#fff!important}
.peticlip-action-love svg{fill:#fff!important}
.peticlip-action-love.is-active svg,.peticlip-action-save.is-saved svg{fill:#ff4fae!important}
.peticlip-actions{gap:12px!important}
.peticlip-meta-overlay{right:88px!important}
@media (max-width: 980px){
  .peticlip-author-avatar,.peticlip-action-author{width:50px!important;height:50px!important}
  .peticlip-follow-plus{width:23px!important;height:23px!important;bottom:-7px!important;font-size:16px!important}
  .peticlip-action{width:50px!important;min-height:50px!important}
  .peticlip-action span{width:50px!important;height:50px!important}
  .peticlip-action svg{width:20px!important;height:20px!important}
  .peticlip-action small{font-size:10px!important}
  .peticlip-meta-overlay{left:14px!important;right:76px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}
  .peticlip-channel-line{font-size:16px!important}
  .peticlip-channel-caption{font-size:13px!important}
  .peticlip-channel-handle{font-size:12px!important}
}


/* PetiClips 1.0.18 subtle follow button */
.peticlip-follow-plus{width:20px!important;height:20px!important;bottom:-5px!important;font-size:13px!important;border-width:2px!important;}
.peticlip-author-stack{padding-bottom:8px!important}
@media (max-width: 980px){
  .peticlip-follow-plus{width:18px!important;height:18px!important;bottom:-4px!important;font-size:12px!important}
}


/* PetiClips 1.0.19 refined follow button and channel profile */
.peticlip-author-avatar{width:50px!important;height:50px!important}
.peticlip-action-author{width:50px!important;height:50px!important}
.peticlip-follow-plus{width:16px!important;height:16px!important;bottom:-3px!important;font-size:10px!important;border-width:1.5px!important;box-shadow:0 6px 12px rgba(0,0,0,.28)!important}
.peticlip-channel-profile-head{gap:26px!important;align-items:start!important}
.peticlip-channel-avatar-wrap{display:flex;justify-content:flex-start;align-items:flex-start}
.peticlip-channel-profile-main{display:grid!important;gap:12px!important}
.peticlip-channel-identity{display:grid!important;gap:4px!important}
.peticlip-channel-name-line{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.peticlip-channel-name-line h2{margin:0!important}
.peticlip-profile-verified{width:20px!important;height:20px!important;flex:0 0 20px!important}
.peticlip-channel-stats-row{display:flex!important;flex-wrap:wrap!important;gap:16px!important;margin:0!important}
.peticlip-channel-stats-row div{min-width:86px!important;background:transparent!important;border:0!important;padding:0!important;text-align:left!important}
.peticlip-channel-stats-row strong{font-size:21px!important;color:#fff!important}
.peticlip-channel-stats-row span{font-size:12px!important;color:rgba(255,255,255,.72)!important}
.peticlip-channel-actions-row{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:0!important}
.peticlip-profile-follow-btn.is-following{background:#191919!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important}
.peticlip-channel-bio-wrap{display:grid!important;gap:12px!important}
.peticlip-profile-bio{max-width:760px!important}
.peticlip-profile-head .peticlip-secondary,.peticlip-profile-head .peticlip-primary{min-height:44px!important;padding:12px 18px!important;border-radius:999px!important}
@media (max-width:980px){
  .peticlip-author-avatar,.peticlip-action-author{width:48px!important;height:48px!important}
  .peticlip-follow-plus{width:15px!important;height:15px!important;bottom:-2px!important;font-size:9px!important}
  .peticlip-profile-shell{padding:76px 14px 24px!important}
  .peticlip-channel-profile-head{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:14px!important;margin-bottom:16px!important}
  .peticlip-profile-avatar{width:88px!important;height:88px!important;margin:0!important;border-width:3px!important;outline-width:2px!important}
  .peticlip-channel-name-line h2{font-size:24px!important}
  .peticlip-channel-stats-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 8px!important}
  .peticlip-channel-stats-row div{min-width:0!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.08)!important;padding:10px 8px!important;border-radius:14px!important;text-align:center!important}
  .peticlip-channel-stats-row strong{font-size:16px!important}
  .peticlip-channel-stats-row span{font-size:10px!important}
  .peticlip-channel-actions-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .peticlip-channel-actions-row .peticlip-primary,.peticlip-channel-actions-row .peticlip-secondary{width:100%!important;min-width:0!important;padding:10px 12px!important}
  .peticlip-profile-bio{font-size:13px!important;line-height:1.55!important}
  .peticlip-profile-tabs{margin-top:14px!important}
}
@media (max-width:420px){
  .peticlip-channel-profile-head{grid-template-columns:76px minmax(0,1fr)!important}
  .peticlip-profile-avatar{width:76px!important;height:76px!important}
  .peticlip-channel-name-line h2{font-size:21px!important}
  .peticlip-profile-verified{width:18px!important;height:18px!important;flex-basis:18px!important}
  .peticlip-channel-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* PetiClips 1.0.20 — avatar desde Pet Lover Center + seguir junto al nombre */
.peticlip-follow-plus{display:none!important;visibility:hidden!important;pointer-events:none!important;}
.peticlip-actions-pro{gap:11px!important;}
.peticlip-actions-pro .peticlip-author-stack,.peticlip-actions-pro .peticlip-action-author{display:none!important;}
.peticlip-channel-line{display:flex!important;align-items:center!important;gap:7px!important;max-width:100%!important;flex-wrap:wrap!important;}
.peticlip-channel-avatar-btn{appearance:none!important;border:0!important;padding:0!important;margin:0 1px 0 0!important;background:transparent!important;width:34px!important;height:34px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;cursor:pointer!important;flex:0 0 34px!important;box-shadow:0 8px 18px rgba(0,0,0,.34)!important;}
.peticlip-channel-avatar-btn img{width:34px!important;height:34px!important;border-radius:999px!important;object-fit:cover!important;display:block!important;border:2px solid rgba(255,255,255,.92)!important;background:#1a1624!important;}
.peticlip-channel-avatar-btn.is-verified img{box-shadow:0 0 0 2px rgba(43,179,255,.95)!important;}
.peticlip-channel-name-btn{appearance:none!important;border:0!important;background:transparent!important;color:#fff!important;padding:0!important;margin:0!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;max-width:min(52vw,330px)!important;}
.peticlip-channel-name-btn strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#fff!important;font-weight:950!important;text-shadow:0 2px 10px rgba(0,0,0,.58)!important;}
.peticlip-channel-follow-btn{appearance:none!important;border:1px solid rgba(255,213,63,.88)!important;background:linear-gradient(135deg,#ffd53f,#ffb800)!important;color:#211100!important;min-height:27px!important;padding:5px 11px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.01em!important;box-shadow:0 8px 18px rgba(0,0,0,.28)!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.peticlip-channel-follow-btn.is-following{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.35)!important;backdrop-filter:blur(12px)!important;}
.peticlip-channel-follow-btn.is-busy{opacity:.62!important;pointer-events:none!important;}
.peticlip-channel-caption,.peticlip-channel-handle-row,.peticlip-caption,.peticlip-tags{padding-left:42px!important;}
@media(max-width:980px){
  .peticlip-meta-overlay{right:74px!important;}
  .peticlip-channel-line{gap:6px!important;}
  .peticlip-channel-avatar-btn,.peticlip-channel-avatar-btn img{width:31px!important;height:31px!important;flex-basis:31px!important;}
  .peticlip-channel-name-btn{max-width:42vw!important;}
  .peticlip-channel-follow-btn{min-height:25px!important;padding:5px 9px!important;font-size:11px!important;}
  .peticlip-channel-caption,.peticlip-channel-handle-row,.peticlip-caption,.peticlip-tags{padding-left:38px!important;}
}
@media(max-width:420px){
  .peticlip-channel-avatar-btn,.peticlip-channel-avatar-btn img{width:29px!important;height:29px!important;flex-basis:29px!important;}
  .peticlip-channel-name-btn{max-width:38vw!important;}
  .peticlip-channel-follow-btn{min-height:24px!important;padding:4px 8px!important;font-size:10.5px!important;}
  .peticlip-channel-caption,.peticlip-channel-handle-row,.peticlip-caption,.peticlip-tags{padding-left:35px!important;}
}


/* 1.0.22 PetiClips logo replacement */
.peticlips-standalone-body .peticlip-brand-pill,
.peticlip-app.peticlip-source-standalone .peticlip-brand-pill{display:block!important;padding:0 0 10px!important}
.peticlips-standalone-body .peticlip-brand-logo,
.peticlip-app.peticlip-source-standalone .peticlip-brand-logo{display:block!important;width:min(220px,100%)!important;max-width:100%!important;height:auto!important;filter:drop-shadow(0 10px 26px rgba(123,24,255,.18))!important}
.peticlips-standalone-body .peticlip-brand-mark,
.peticlip-app.peticlip-source-standalone .peticlip-brand-mark{display:none!important}
body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand{display:flex!important;align-items:center!important;gap:8px!important;min-height:40px!important;padding:6px 12px!important;border-radius:999px!important;background:rgba(0,0,0,.34)!important;backdrop-filter:blur(10px)!important}
body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand::before,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand::before{display:none!important;content:none!important}
body.peticlips-standalone-body .peticlip-mobile-brand-logo,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{display:block!important;height:26px!important;width:auto!important;max-width:138px!important;filter:drop-shadow(0 6px 18px rgba(255,79,216,.16))!important}
body.peticlips-standalone-body .peticlip-mobile-brand small,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-brand small{display:block!important;margin-left:0!important;margin-top:0!important;font-size:10px!important;color:rgba(255,255,255,.76)!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important}
body.peticlips-standalone-body .peticlip-mobile-menu-brand,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-brand{display:grid!important;gap:8px!important}
body.peticlips-standalone-body .peticlip-mobile-menu-logo,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-logo{display:block!important;width:min(210px,100%)!important;height:auto!important;max-width:100%!important;filter:drop-shadow(0 8px 24px rgba(255,79,216,.14))!important}
body.peticlips-standalone-body .peticlip-mobile-menu-head strong,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-head strong{font-size:0!important;line-height:0!important}
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-mobile-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{height:24px!important;max-width:128px!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-logo{width:min(190px,100%)!important}
}


/* 1.0.23 TikTok-style top/bottom navigation + unmuted playback UI */
.peticlip-discovery-top,
.peticlip-bottom-nav{display:none}

body.peticlips-standalone-body .peticlip-mobile-topbar,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{
  display:none!important;
}

body.peticlips-standalone-body .peticlip-discovery-top,
.peticlip-app.peticlip-source-standalone .peticlip-discovery-top{
  position:fixed!important;
  top:calc(10px + env(safe-area-inset-top))!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:90!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  padding:7px 12px!important;
  min-height:42px!important;
  max-width:min(96vw,520px)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(0,0,0,.50),rgba(0,0,0,.18))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 14px 40px rgba(0,0,0,.25)!important;
}
body.peticlips-standalone-body .peticlip-top-tab,
.peticlip-app.peticlip-source-standalone .peticlip-top-tab{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.76)!important;
  font:inherit!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  padding:8px 0!important;
  cursor:pointer!important;
  position:relative!important;
  text-shadow:0 2px 10px rgba(0,0,0,.5)!important;
}
body.peticlips-standalone-body .peticlip-top-tab.is-active,
.peticlip-app.peticlip-source-standalone .peticlip-top-tab.is-active{
  color:#fff!important;
}
body.peticlips-standalone-body .peticlip-top-tab.is-active::after,
.peticlip-app.peticlip-source-standalone .peticlip-top-tab.is-active::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  width:22px!important;
  height:3px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:#fff!important;
}
body.peticlips-standalone-body .peticlip-top-search,
.peticlip-app.peticlip-source-standalone .peticlip-top-search{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  margin-left:2px!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:25px!important;
  font-weight:900!important;
  line-height:1!important;
  background:rgba(255,255,255,.10)!important;
}

body.peticlips-standalone-body .peticlip-bottom-nav,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-nav{
  position:fixed!important;
  left:50%!important;
  bottom:calc(0px + env(safe-area-inset-bottom))!important;
  transform:translateX(-50%)!important;
  z-index:92!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:center!important;
  width:min(100vw,560px)!important;
  min-height:66px!important;
  padding:7px 10px calc(7px + env(safe-area-inset-bottom))!important;
  background:rgba(0,0,0,.92)!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 -16px 48px rgba(0,0,0,.42)!important;
  backdrop-filter:blur(18px)!important;
}
body.peticlips-standalone-body .peticlip-bottom-tab,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-tab{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.70)!important;
  display:grid!important;
  justify-items:center!important;
  gap:3px!important;
  padding:4px 2px!important;
  min-height:48px!important;
  cursor:pointer!important;
  font:inherit!important;
}
body.peticlips-standalone-body .peticlip-bottom-tab span,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-tab span{
  font-size:22px!important;
  line-height:1!important;
  color:inherit!important;
}
body.peticlips-standalone-body .peticlip-bottom-tab strong,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-tab strong{
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  color:inherit!important;
}
body.peticlips-standalone-body .peticlip-bottom-tab.is-active,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-tab.is-active{
  color:#fff!important;
}
body.peticlips-standalone-body .peticlip-bottom-publish,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-publish{
  appearance:none!important;
  width:50px!important;
  height:38px!important;
  border-radius:14px!important;
  border:2px solid #fff!important;
  margin:auto!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  color:#070009!important;
  background:linear-gradient(135deg,#00f2ea 0%,#fff 42%,#ff0050 100%)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.34)!important;
}
body.peticlips-standalone-body .peticlip-bottom-publish span,
.peticlip-app.peticlip-source-standalone .peticlip-bottom-publish span{
  font-size:25px!important;
  font-weight:1000!important;
  line-height:1!important;
}

body.peticlips-standalone-body .peticlip-meta-overlay,
.peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{
  bottom:calc(86px + env(safe-area-inset-bottom))!important;
}
body.peticlips-standalone-body .peticlip-actions,
.peticlip-app.peticlip-source-standalone .peticlip-actions{
  bottom:calc(138px + env(safe-area-inset-bottom))!important;
}

@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-discovery-top,
  .peticlip-app.peticlip-source-standalone .peticlip-discovery-top{
    left:calc(50% + 80px)!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav{
    left:calc(50% + 80px)!important;
    border-radius:24px 24px 0 0!important;
    max-width:520px!important;
  }
}
@media(max-width:430px){
  body.peticlips-standalone-body .peticlip-discovery-top,
  .peticlip-app.peticlip-source-standalone .peticlip-discovery-top{
    gap:12px!important;
    padding-inline:10px!important;
  }
  body.peticlips-standalone-body .peticlip-top-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-top-tab{
    font-size:14px!important;
  }
  body.peticlips-standalone-body .peticlip-top-search,
  .peticlip-app.peticlip-source-standalone .peticlip-top-search{
    width:30px!important;
    height:30px!important;
    font-size:22px!important;
  }
}


/* 1.0.24 Desktop app shell: YouTube Shorts / TikTok style */
.peticlip-desktop-shell-top{display:none}
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:292px minmax(520px,1fr) 320px!important;
    padding-top:76px!important;
    background:linear-gradient(180deg,#030303 0%,#07000c 100%)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-shell-top,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-shell-top{
    position:fixed!important;
    top:0!important;
    left:292px!important;
    right:320px!important;
    height:76px!important;
    z-index:95!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    padding:14px 24px!important;
    background:linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.72))!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    backdrop-filter:blur(18px)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-discovery-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-discovery-tabs{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    overflow:auto!important;
    scrollbar-width:none!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-discovery-tabs::-webkit-scrollbar,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-discovery-tabs::-webkit-scrollbar{display:none!important}
  body.peticlips-standalone-body .peticlip-desktop-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab{
    appearance:none!important;
    border:1px solid rgba(255,255,255,.10)!important;
    background:rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.82)!important;
    min-height:42px!important;
    padding:10px 16px!important;
    border-radius:999px!important;
    font:inherit!important;
    font-size:14px!important;
    font-weight:1000!important;
    line-height:1!important;
    text-align:center!important;
    white-space:nowrap!important;
    cursor:pointer!important;
    box-shadow:none!important;
    transform:none!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-tab:hover,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab:hover{background:rgba(255,255,255,.14)!important;color:#fff!important}
  body.peticlips-standalone-body .peticlip-desktop-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab.is-active{
    background:#fff!important;
    color:#050505!important;
    border-color:#fff!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-tab.is-featured.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab.is-featured.is-active{
    background:linear-gradient(135deg,#ffd53f,#ff4fd8)!important;
    color:#130011!important;
    border-color:rgba(255,255,255,.16)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}
  body.peticlips-standalone-body .peticlip-desktop-search,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-search{
    display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:10px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:950!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-search span,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-search span{font-size:19px!important;line-height:1!important}
  body.peticlips-standalone-body .peticlip-desktop-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-publish{
    min-height:42px!important;border:0!important;border-radius:999px!important;padding:10px 16px!important;background:linear-gradient(135deg,#ffd53f,#ff4fd8)!important;color:#130011!important;font:inherit!important;font-size:13px!important;font-weight:1000!important;cursor:pointer!important;box-shadow:0 14px 34px rgba(255,79,216,.20)!important;
  }
  body.peticlips-standalone-body .peticlip-discovery-top,
  .peticlip-app.peticlip-source-standalone .peticlip-discovery-top,
  body.peticlips-standalone-body .peticlip-bottom-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav{display:none!important}
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    padding:22px 18px!important;
    height:100vh!important;
    overflow:auto!important;
    scrollbar-width:thin!important;
  }
  body.peticlips-standalone-body .peticlip-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs{
    gap:6px!important;
    padding-top:2px!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-menu-label,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label{
    display:block!important;
    margin:12px 12px 6px!important;
    color:rgba(255,255,255,.46)!important;
    font-size:11px!important;
    font-weight:1000!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-menu-label-space,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label-space{margin-top:18px!important}
  body.peticlips-standalone-body .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tab{
    min-height:48px!important;
    border-radius:14px!important;
    padding:10px 14px!important;
  }
  body.peticlips-standalone-body .peticlip-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-tab.is-active{
    background:rgba(255,255,255,.12)!important;
    box-shadow:inset 3px 0 0 #ffd53f!important;
  }
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    height:calc(100vh - 76px)!important;
    min-height:0!important;
    align-items:center!important;
    justify-content:center!important;
    padding:14px 20px 18px!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    width:min(100%,560px)!important;
    height:calc(100vh - 110px)!important;
    max-height:860px!important;
    border-radius:30px!important;
  }
  body.peticlips-standalone-body .peticlip-rail-right,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right{
    display:flex!important;
    height:100vh!important;
    padding:96px 18px 22px!important;
    background:#050505!important;
    border-left:1px solid rgba(255,255,255,.08)!important;
    overflow:auto!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-community-widget,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget{
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:22px!important;
    padding:18px!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-community-widget strong,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget strong{font-size:21px!important;color:#fff!important;margin:0 0 6px!important}
  body.peticlips-standalone-body .peticlip-desktop-community-widget small,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget small{display:block!important;color:rgba(255,255,255,.62)!important;font-size:13px!important;font-weight:850!important;line-height:1.42!important}
  body.peticlips-standalone-body .peticlip-desktop-mini-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-mini-actions{display:grid!important;gap:8px!important;margin-top:14px!important}
  body.peticlips-standalone-body .peticlip-desktop-mini-actions .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-mini-actions .peticlip-tab{
    width:100%!important;min-height:38px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.07)!important;color:#fff!important;border-radius:999px!important;text-align:center!important;justify-content:center!important;padding:9px 12px!important;font-size:12px!important;font-weight:1000!important;box-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-comments-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-panel{
    border-radius:22px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-comments-panel textarea,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-panel textarea{
    background:rgba(255,255,255,.08)!important;
    border-color:rgba(255,255,255,.12)!important;
    color:#fff!important;
  }
}
@media(max-width:980px){
  .peticlip-desktop-shell-top{display:none!important}
}


/* 1.0.25 In-app search + refined desktop shell */
.peticlip-search-overlay{display:none}
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:262px minmax(520px,1fr) 292px!important;
    padding-top:64px!important;
    background:radial-gradient(circle at 50% 0,rgba(94,0,121,.22),transparent 34%),#050006!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-shell-top,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-shell-top{
    left:262px!important;
    right:292px!important;
    height:64px!important;
    padding:10px 18px!important;
    gap:12px!important;
    background:rgba(5,5,8,.76)!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.28)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-discovery-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-discovery-tabs{
    gap:6px!important;
    padding:4px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.045)!important;
    backdrop-filter:blur(18px)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab{
    min-height:34px!important;
    padding:8px 13px!important;
    border-radius:16px!important;
    border:0!important;
    background:transparent!important;
    color:rgba(255,255,255,.76)!important;
    font-size:12px!important;
    letter-spacing:.01em!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-tab:hover,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
  body.peticlips-standalone-body .peticlip-desktop-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab.is-active,
  body.peticlips-standalone-body .peticlip-desktop-tab.is-featured.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-tab.is-featured.is-active{
    background:linear-gradient(135deg,rgba(255,213,63,.96),rgba(255,79,216,.96))!important;
    color:#160014!important;
    box-shadow:0 8px 18px rgba(255,79,216,.14)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-actions{gap:8px!important}
  body.peticlips-standalone-body .peticlip-desktop-search,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-search,
  body.peticlips-standalone-body .peticlip-desktop-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-publish{
    min-height:36px!important;
    padding:8px 12px!important;
    border-radius:18px!important;
    font-size:12px!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-search,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-search{
    border:1px solid rgba(255,255,255,.10)!important;
    background:rgba(255,255,255,.06)!important;
    cursor:pointer!important;
    appearance:none!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    padding:14px 12px!important;
    height:100vh!important;
    overflow:hidden!important;
    scrollbar-width:none!important;
    gap:8px!important;
    background:#030303!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left::-webkit-scrollbar,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left::-webkit-scrollbar{display:none!important}
  .peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
    width:188px!important;
    max-height:74px!important;
    object-fit:contain!important;
    margin:0 auto 4px 0!important;
  }
  body.peticlips-standalone-body .peticlip-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs{gap:2px!important;padding-top:0!important}
  body.peticlips-standalone-body .peticlip-desktop-menu-label,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label{
    margin:6px 10px 3px!important;
    font-size:9px!important;
    letter-spacing:.14em!important;
    color:rgba(255,255,255,.38)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-menu-label-space,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label-space{margin-top:8px!important}
  body.peticlips-standalone-body .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tab{
    min-height:38px!important;
    border-radius:13px!important;
    padding:7px 10px!important;
    gap:10px!important;
    font-size:15px!important;
  }
  body.peticlips-standalone-body .peticlip-nav-ico,
  .peticlip-app.peticlip-source-standalone .peticlip-nav-ico{width:24px!important;height:24px!important;font-size:17px!important}
  body.peticlips-standalone-body .peticlip-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-tab.is-active{
    background:linear-gradient(90deg,rgba(255,213,63,.16),rgba(255,79,216,.08))!important;
    box-shadow:inset 2px 0 0 #ffd53f!important;
  }
  body.peticlips-standalone-body .peticlip-upload-card-desktop,
  .peticlip-app.peticlip-source-standalone .peticlip-upload-card-desktop{gap:7px!important;margin-top:8px!important}
  body.peticlips-standalone-body .peticlip-upload-card-desktop .peticlip-primary,
  .peticlip-app.peticlip-source-standalone .peticlip-upload-card-desktop .peticlip-primary{min-height:38px!important;border-radius:14px!important;font-size:12px!important;padding:8px 10px!important}
  body.peticlips-standalone-body .peticlip-desktop-back,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-back{min-height:30px!important;padding:7px 10px!important;border-radius:12px!important;font-size:11px!important}
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    height:calc(100vh - 64px)!important;
    padding:12px 18px 16px!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    height:calc(100vh - 92px)!important;
    max-height:820px!important;
  }
  body.peticlips-standalone-body .peticlip-rail-right,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right{
    height:100vh!important;
    padding:74px 14px 16px!important;
    overflow:hidden!important;
    gap:12px!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-community-widget,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget{padding:14px!important;border-radius:18px!important}
  body.peticlips-standalone-body .peticlip-desktop-community-widget strong,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget strong{font-size:17px!important;margin-bottom:3px!important}
  body.peticlips-standalone-body .peticlip-desktop-community-widget small,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget small{font-size:11px!important;line-height:1.35!important}
  body.peticlips-standalone-body .peticlip-desktop-mini-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-mini-actions{gap:6px!important;margin-top:10px!important}
  body.peticlips-standalone-body .peticlip-desktop-mini-actions .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-mini-actions .peticlip-tab{min-height:32px!important;font-size:11px!important;padding:7px 10px!important}
  body.peticlips-standalone-body .peticlip-comments-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-panel{border-radius:18px!important}
  .peticlip-search-overlay:not([hidden]){
    position:fixed!important;
    z-index:120!important;
    top:74px!important;
    left:calc(262px + 18px)!important;
    right:calc(292px + 18px)!important;
    display:grid!important;
    gap:8px!important;
    padding:14px!important;
    border-radius:22px!important;
    background:rgba(10,10,14,.92)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.46)!important;
    backdrop-filter:blur(20px)!important;
  }
}
.peticlip-search-form{display:flex;align-items:center;gap:10px;width:100%}
.peticlip-search-icon{color:#ffd53f;font-size:22px;font-weight:1000}
.peticlip-search-input{flex:1;min-width:0;min-height:44px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;padding:0 14px;font:inherit;font-weight:800;outline:none}
.peticlip-search-input::placeholder{color:rgba(255,255,255,.48)}
.peticlip-search-submit,.peticlip-search-close{min-height:44px;border:0;border-radius:16px;padding:0 16px;font:inherit;font-weight:1000;cursor:pointer}
.peticlip-search-submit{background:linear-gradient(135deg,#ffd53f,#ff4fd8);color:#140014}
.peticlip-search-close{width:44px;padding:0;background:rgba(255,255,255,.10);color:#fff;font-size:24px;line-height:1}
.peticlip-search-overlay small{color:rgba(255,255,255,.58);font-weight:800;font-size:12px;padding-left:32px}
@media(max-width:980px){
  .peticlip-search-overlay:not([hidden]){position:fixed!important;left:12px!important;right:12px!important;top:calc(66px + env(safe-area-inset-top))!important;z-index:999999!important;display:grid!important;gap:8px!important;padding:12px!important;border-radius:20px!important;background:rgba(5,5,8,.94)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 20px 60px rgba(0,0,0,.50)!important}
  .peticlip-search-form{gap:8px}.peticlip-search-submit{padding:0 12px}.peticlip-search-overlay small{padding-left:0;font-size:11px}
}


/* 1.0.26 Desktop shell reflow + auth drawer */
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-desktop-shell-top,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-shell-top{display:none!important;visibility:hidden!important;pointer-events:none!important}
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:260px minmax(520px,1fr) 300px!important;
    padding-top:0!important;
    min-height:100vh!important;
    height:100vh!important;
    overflow:hidden!important;
    background:radial-gradient(circle at 52% 0,rgba(94,0,121,.18),transparent 33%),#040005!important;
  }
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    height:100vh!important;
    min-height:100vh!important;
    padding:8px 12px!important;
    border-left:1px solid rgba(255,255,255,.05)!important;
    border-right:1px solid rgba(255,255,255,.05)!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    height:calc(100vh - 16px)!important;
    max-height:none!important;
    min-height:0!important;
  }
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    height:calc(100vh - 16px)!important;
    min-height:calc(100vh - 16px)!important;
  }
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    max-width:min(430px,calc(100vw - 610px))!important;
    width:min(430px,calc(100vw - 610px))!important;
    min-width:330px!important;
    margin:0 auto!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    height:100vh!important;
    padding:12px 12px 14px!important;
    gap:8px!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    background:#030303!important;
  }
  .peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
    width:176px!important;
    max-height:64px!important;
    margin:0 0 8px!important;
  }
  body.peticlips-standalone-body .peticlip-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs{gap:2px!important;flex:0 0 auto!important}
  body.peticlips-standalone-body .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tab{
    min-height:36px!important;
    padding:6px 10px!important;
    border-radius:14px!important;
    gap:10px!important;
    font-size:14px!important;
  }
  body.peticlips-standalone-body .peticlip-nav-ico,
  .peticlip-app.peticlip-source-standalone .peticlip-nav-ico{width:24px!important;height:24px!important;font-size:16px!important}
  body.peticlips-standalone-body .peticlip-desktop-menu-label,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label{margin:7px 8px 4px!important;font-size:9px!important;letter-spacing:.15em!important;color:rgba(255,255,255,.38)!important;text-transform:uppercase!important}
  body.peticlips-standalone-body .peticlip-left-secondary-links,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links{margin-top:auto!important;gap:7px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
  body.peticlips-standalone-body .peticlip-left-secondary-links .peticlip-desktop-back,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links .peticlip-desktop-back{min-height:32px!important;border-radius:14px!important;font-size:11px!important;padding:8px 10px!important}
  body.peticlips-standalone-body .peticlip-rail-right,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right{
    height:100vh!important;
    padding:12px 12px 14px!important;
    overflow:hidden!important;
    gap:10px!important;
    display:flex!important;
    flex-direction:column!important;
    background:linear-gradient(180deg,#080808,#030303)!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-action-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-action-panel{padding:12px!important;border-radius:20px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:none!important;display:grid!important;gap:7px!important}
  body.peticlips-standalone-body .peticlip-desktop-side-search,
  body.peticlips-standalone-body .peticlip-desktop-side-publish,
  body.peticlips-standalone-body .peticlip-desktop-side-auth,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-search,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-auth{
    min-height:38px!important;
    border-radius:15px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    background:rgba(255,255,255,.075)!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:8px 12px!important;
    font:inherit!important;
    font-size:12px!important;
    font-weight:950!important;
    cursor:pointer!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-side-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-publish{background:linear-gradient(135deg,#ffd53f,#ff4fb8)!important;color:#190014!important;border-color:rgba(255,213,63,.38)!important}
  body.peticlips-standalone-body .peticlip-desktop-community-widget,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget{padding:12px!important;border-radius:20px!important;margin:0!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important}
  body.peticlips-standalone-body .peticlip-desktop-community-widget strong,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget strong{font-size:16px!important;margin:0 0 2px!important}
  body.peticlips-standalone-body .peticlip-desktop-community-widget small,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget small{font-size:10.5px!important;line-height:1.25!important}
  body.peticlips-standalone-body .peticlip-desktop-mini-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-mini-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:9px!important}
  body.peticlips-standalone-body .peticlip-desktop-mini-actions .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-mini-actions .peticlip-tab{min-height:32px!important;font-size:10.5px!important;padding:7px 8px!important;text-align:center!important;justify-content:center!important}
  body.peticlips-standalone-body .peticlip-comments-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-panel{min-height:0!important;flex:1!important;border-radius:20px!important;overflow:hidden!important;padding:12px!important;display:flex!important;flex-direction:column!important}
  body.peticlips-standalone-body .peticlip-comments-list,
  .peticlip-app.peticlip-source-standalone .peticlip-comments-list{min-height:0!important;flex:1!important;overflow:auto!important;max-height:none!important}
  .peticlip-search-overlay:not([hidden]){top:18px!important;left:calc(260px + 18px)!important;right:calc(300px + 18px)!important}
}
.peticlip-auth-drawer{position:fixed;inset:0;z-index:999999;pointer-events:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.peticlip-auth-drawer.is-open{pointer-events:auto}
.peticlip-auth-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.58);opacity:0;transition:opacity .22s ease;cursor:pointer}
.peticlip-auth-drawer.is-open .peticlip-auth-backdrop{opacity:1}
.peticlip-auth-panel{position:absolute;top:0;right:0;width:min(420px,92vw);height:100dvh;background:linear-gradient(180deg,#130018,#050005);border-left:1px solid rgba(255,255,255,.12);box-shadow:-28px 0 90px rgba(0,0,0,.56);padding:24px;transform:translateX(104%);transition:transform .24s cubic-bezier(.2,.8,.2,1);overflow:auto;color:#fff}
.peticlip-auth-drawer.is-open .peticlip-auth-panel{transform:translateX(0)}
.peticlip-auth-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;font-size:25px;line-height:1;cursor:pointer}
.peticlip-auth-head{display:grid;gap:10px;margin:18px 0 22px}.peticlip-auth-head img{width:190px;max-width:78%;height:auto}.peticlip-auth-head strong{font-size:25px;line-height:1.05}.peticlip-auth-head small{color:rgba(255,255,255,.70);font-weight:800;line-height:1.45}.peticlip-auth-reason{display:none}
.peticlip-auth-login-form form{display:grid!important;gap:13px!important}.peticlip-auth-login-form label{display:grid!important;gap:6px!important;color:#fff!important;font-weight:850!important}.peticlip-auth-login-form input[type="text"],.peticlip-auth-login-form input[type="password"]{width:100%!important;min-height:46px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;padding:0 14px!important;outline:none!important}.peticlip-auth-login-form .login-remember label{display:flex!important;align-items:center!important;gap:8px!important}.peticlip-auth-login-form input[type="submit"]{width:100%!important;min-height:48px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#ffd53f,#ff4fb8)!important;color:#1c0014!important;font-weight:1000!important;cursor:pointer!important}.peticlip-auth-links{display:grid;gap:10px;margin-top:16px}.peticlip-auth-links a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff!important;text-decoration:none!important;font-weight:950}.peticlip-auth-links .peticlip-auth-register{background:rgba(255,213,63,.14);border-color:rgba(255,213,63,.34);color:#ffd53f!important}.peticlip-auth-logged{display:grid;place-items:center;text-align:center;gap:10px;padding:20px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10)}.peticlip-auth-logged img{width:86px;height:86px;border-radius:999px;object-fit:cover}.peticlip-auth-logged span{color:rgba(255,255,255,.70);font-weight:850}


/* 1.0.27 Mobile explore/search bottom sheet, pet icons, PWA polish */
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-discovery-top,
  .peticlip-app.peticlip-source-standalone .peticlip-discovery-top{display:none!important;visibility:hidden!important;pointer-events:none!important}
  body.peticlips-standalone-body .peticlip-bottom-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:0!important;
    height:calc(66px + env(safe-area-inset-bottom))!important;
    padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
    background:rgba(0,0,0,.92)!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    backdrop-filter:blur(18px)!important;
    z-index:60!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab{
    appearance:none!important;
    border:0!important;
    background:transparent!important;
    color:rgba(255,255,255,.82)!important;
    display:grid!important;
    place-items:center!important;
    align-content:center!important;
    gap:2px!important;
    min-width:0!important;
    min-height:48px!important;
    font:inherit!important;
    cursor:pointer!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-tab span,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab span{font-size:19px!important;line-height:1!important;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))!important}
  body.peticlips-standalone-body .peticlip-bottom-tab strong,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab strong{font-size:10px!important;font-weight:950!important;line-height:1!important;letter-spacing:-.01em!important}
  body.peticlips-standalone-body .peticlip-bottom-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab.is-active{color:#ffd53f!important;text-shadow:0 0 18px rgba(255,213,63,.35)!important}
  body.peticlips-standalone-body .peticlip-bottom-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-publish{
    align-self:center!important;
    justify-self:center!important;
    width:52px!important;
    height:38px!important;
    min-height:38px!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#24e5ff,#ff4fd8,#ffd53f)!important;
    color:#fff!important;
    border:2px solid rgba(255,255,255,.86)!important;
    box-shadow:0 10px 30px rgba(255,79,216,.28)!important;
  }
  body.peticlips-standalone-body .peticlip-search-overlay:not([hidden]),
  .peticlip-app.peticlip-source-standalone .peticlip-search-overlay:not([hidden]){
    top:auto!important;
    bottom:calc(76px + env(safe-area-inset-bottom))!important;
    left:10px!important;
    right:10px!important;
    z-index:999999!important;
    border-radius:24px!important;
    padding:12px!important;
    background:linear-gradient(180deg,rgba(18,8,28,.98),rgba(4,4,7,.96))!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 -18px 60px rgba(0,0,0,.58)!important;
  }
  .peticlip-search-form{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important}
  .peticlip-search-icon{display:none!important}
  .peticlip-search-input{grid-column:1/-1!important;min-height:44px!important;border-radius:16px!important}
  .peticlip-search-submit{min-height:40px!important;border-radius:14px!important}
  .peticlip-search-close{min-height:40px!important;width:44px!important;border-radius:14px!important}
  .peticlip-search-overlay small{padding-left:0!important;text-align:center!important}
}
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-desktop-shell-top,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-shell-top{display:none!important}
  body.peticlips-standalone-body .peticlip-desktop-side-search span,
  body.peticlips-standalone-body .peticlip-desktop-side-publish span,
  body.peticlips-standalone-body .peticlip-desktop-side-auth span,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-search span,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-publish span,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-side-auth span{font-size:16px!important}
}
.peticlip-pwa-standalone body,
body.peticlips-standalone-body{overscroll-behavior:none!important;-webkit-tap-highlight-color:transparent!important}


/* 1.0.28 PetiClips Lite performance mode */
.peticlip-card.is-buffering .peticlip-video-shell::before{
  content:''!important;
  position:absolute!important;
  left:18%!important;
  right:18%!important;
  top:auto!important;
  bottom:22px!important;
  z-index:58!important;
  width:auto!important;
  height:3px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,rgba(255,79,216,.92),rgba(255,213,63,.96),transparent)!important;
  animation:peticlipLiteBuffer 1.05s ease-in-out infinite!important;
  pointer-events:none!important;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.35))!important;
}
@keyframes peticlipLiteBuffer{0%{opacity:.18;transform:scaleX(.35)}50%{opacity:.95;transform:scaleX(1)}100%{opacity:.18;transform:scaleX(.35)}}
.peticlip-card.has-bunny-native-video .peticlip-video-frame,
.peticlip-card.has-native-video .peticlip-video-frame{background:#060008!important;}
.peticlip-card:not(.is-active) .peticlip-native-video{filter:saturate(.92) brightness(.82)!important;}
.peticlip-loading-card .peticlip-loader{width:28px!important;height:28px!important;border-width:3px!important;opacity:.75!important;}
body.peticlips-standalone-body .peticlip-card.is-buffering .peticlip-video-shell::before,
.peticlip-app.peticlip-source-standalone .peticlip-card.is-buffering .peticlip-video-shell::before{bottom:calc(18px + env(safe-area-inset-bottom))!important;left:20%!important;right:20%!important;}
@media(max-width:980px){
  .peticlip-card.is-buffering .peticlip-video-shell::before{height:2px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;left:22%!important;right:22%!important;}
}


/* 1.0.29 In-app search results grid + cleaner search overlay */
.peticlip-search-overlay small{display:none!important}
.peticlip-search-results:not([hidden]){display:grid!important;gap:14px!important;margin-top:10px!important;max-height:min(58vh,560px)!important;overflow:auto!important;padding:2px 2px 4px!important;scrollbar-width:thin!important}
.peticlip-search-results-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;color:#fff!important;padding:0 4px!important}
.peticlip-search-results-head strong{font-size:15px!important;font-weight:1000!important;color:#fff!important}
.peticlip-search-results-head span{font-size:12px!important;color:rgba(255,255,255,.62)!important;font-weight:850!important}
.peticlip-search-results-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(156px,1fr))!important;gap:12px!important}
.peticlip-search-result-card{appearance:none!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;color:#201029!important;text-align:left!important;padding:0!important;box-shadow:0 16px 36px rgba(0,0,0,.20)!important;cursor:pointer!important;display:grid!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}
.peticlip-search-result-card:hover{transform:translateY(-2px)!important;box-shadow:0 22px 46px rgba(0,0,0,.28)!important;border-color:rgba(255,213,63,.42)!important}
.peticlip-search-thumb{position:relative!important;display:block!important;aspect-ratio:9/10!important;background:linear-gradient(135deg,#240033,#0a0011)!important;overflow:hidden!important}
.peticlip-search-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.peticlip-search-thumb i{position:absolute!important;left:12px!important;bottom:12px!important;width:42px!important;height:42px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#ffd53f!important;color:#120017!important;font-style:normal!important;font-size:18px!important;box-shadow:0 10px 24px rgba(0,0,0,.22)!important}
.peticlip-search-thumb-fallback{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;color:#ffd53f!important;font-size:38px!important;background:radial-gradient(circle at 28% 22%,rgba(255,79,216,.32),transparent 32%),linear-gradient(135deg,#21002f,#050008)!important}
.peticlip-search-copy{display:grid!important;gap:7px!important;padding:12px!important;background:#fff!important}
.peticlip-search-copy strong{font-size:14px!important;line-height:1.12!important;color:#24142f!important;font-weight:1000!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.peticlip-search-copy small{font-size:12px!important;line-height:1.25!important;color:#6b6074!important;font-weight:800!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.peticlip-search-copy em{font-style:normal!important;font-size:11px!important;color:#72009b!important;font-weight:950!important;background:#f5e8ff!important;border:1px solid #ead1ff!important;border-radius:999px!important;width:max-content!important;max-width:100%!important;padding:5px 8px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.peticlip-search-empty,.peticlip-search-loading{display:grid!important;place-items:center!important;text-align:center!important;gap:8px!important;min-height:150px!important;padding:22px!important;border-radius:22px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important}
.peticlip-search-empty strong,.peticlip-search-loading strong{color:#fff!important;font-size:16px!important;font-weight:1000!important}.peticlip-search-empty p{margin:0!important;color:rgba(255,255,255,.68)!important;font-weight:800!important;font-size:13px!important;line-height:1.4!important}
@media(max-width:767px){
  .peticlip-search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .peticlip-search-results:not([hidden]){max-height:54dvh!important}
  .peticlip-search-copy{padding:10px!important}.peticlip-search-copy strong{font-size:13px!important}.peticlip-search-copy small{font-size:11px!important}.peticlip-search-thumb i{width:36px!important;height:36px!important;font-size:15px!important;left:9px!important;bottom:9px!important}
}


/* 1.0.30 Mobile nav monochrome icons + PWA viewport polish */
@media(max-width:980px){
  body.peticlips-standalone-body,
  .peticlip-app.peticlip-source-standalone{
    min-height:100dvh!important;
    height:100dvh!important;
    overscroll-behavior:none!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab{
    color:#ffffff!important;
    text-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab.is-active{
    color:#ffffff!important;
    text-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-nav-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-nav-icon{
    width:22px!important;
    height:22px!important;
    display:block!important;
    background:#ffffff!important;
    opacity:.96!important;
    filter:drop-shadow(0 3px 8px rgba(0,0,0,.42))!important;
    color:#ffffff!important;
    font-size:0!important;
    line-height:0!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-tab.is-active .peticlip-mobile-nav-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab.is-active .peticlip-mobile-nav-icon{
    background:#ffffff!important;
    opacity:1!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-nav-home,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-nav-home{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 11.2 12 4l8 7.2v8.3c0 .8-.7 1.5-1.5 1.5H15v-6h-6v6H5.5c-.8 0-1.5-.7-1.5-1.5v-8.3Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 11.2 12 4l8 7.2v8.3c0 .8-.7 1.5-1.5 1.5H15v-6h-6v6H5.5c-.8 0-1.5-.7-1.5-1.5v-8.3Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-nav-search,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-nav-search{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10.5 4a6.5 6.5 0 0 1 5.13 10.5l4.44 4.43-1.42 1.42-4.43-4.44A6.5 6.5 0 1 1 10.5 4Zm0 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z'/%3E%3Ccircle fill='%23000' cx='8.2' cy='9.1' r='1.1'/%3E%3Ccircle fill='%23000' cx='11.2' cy='8.6' r='1.1'/%3E%3Cpath fill='%23000' d='M8.7 12.4c.9.7 2.2.7 3.1 0l.8 1.1c-1.4 1.1-3.3 1.1-4.7 0l.8-1.1Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10.5 4a6.5 6.5 0 0 1 5.13 10.5l4.44 4.43-1.42 1.42-4.43-4.44A6.5 6.5 0 1 1 10.5 4Zm0 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z'/%3E%3Ccircle fill='%23000' cx='8.2' cy='9.1' r='1.1'/%3E%3Ccircle fill='%23000' cx='11.2' cy='8.6' r='1.1'/%3E%3Cpath fill='%23000' d='M8.7 12.4c.9.7 2.2.7 3.1 0l.8 1.1c-1.4 1.1-3.3 1.1-4.7 0l.8-1.1Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-nav-community,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-nav-community{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.4 4.2c1.7 0 2.9 1.1 3.6 2.2.7-1.1 1.9-2.2 3.6-2.2 2.7 0 4.4 2.1 4.4 4.6 0 4.3-5.4 7.5-8 9.8-2.6-2.3-8-5.5-8-9.8 0-2.5 1.7-4.6 4.4-4.6Zm9.8 12.8a2.3 2.3 0 1 1-4.6 0 2.3 2.3 0 0 1 4.6 0Zm-7.8 1.2a1.9 1.9 0 1 1-3.8 0 1.9 1.9 0 0 1 3.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.4 4.2c1.7 0 2.9 1.1 3.6 2.2.7-1.1 1.9-2.2 3.6-2.2 2.7 0 4.4 2.1 4.4 4.6 0 4.3-5.4 7.5-8 9.8-2.6-2.3-8-5.5-8-9.8 0-2.5 1.7-4.6 4.4-4.6Zm9.8 12.8a2.3 2.3 0 1 1-4.6 0 2.3 2.3 0 0 1 4.6 0Zm-7.8 1.2a1.9 1.9 0 1 1-3.8 0 1.9 1.9 0 0 1 3.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-nav-user,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-nav-user{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-publish{
    background:linear-gradient(135deg,#24e5ff 0%,#ff4fd8 58%,#ffd53f 100%)!important;
    color:#fff!important;
    border:2px solid rgba(255,255,255,.92)!important;
    box-shadow:0 10px 30px rgba(255,79,216,.32)!important;
  }
}


/* 1.0.31 playback regression guard */
.peticlip-card.is-paused .peticlip-video-shell::after{z-index:7!important;pointer-events:none!important}
.peticlip-card.is-buffering .peticlip-video-shell::before{animation:peticlipLitePulse 1.15s ease-in-out infinite!important}
@keyframes peticlipLitePulse{0%,100%{opacity:.28}50%{opacity:.72}}


/* 1.0.32 smoother swipe activation + red paw love burst */
.peticlip-card:not(.is-active) .peticlip-native-video{filter:none!important;}
.peticlip-card.has-bunny-native-video .peticlip-video-frame,
.peticlip-card.has-native-video .peticlip-video-frame{background:#000!important;}
.peticlip-love-paw-burst{
  position:fixed!important;
  width:1px!important;
  height:1px!important;
  pointer-events:none!important;
  z-index:2147483000!important;
  overflow:visible!important;
}
.peticlip-love-paw-item{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:22px!important;
  height:22px!important;
  opacity:0!important;
  transform:translate(-50%,0) scale(.55) rotate(0deg)!important;
  animation:peticlipLovePawRise 1.05s cubic-bezier(.18,.84,.32,1) forwards!important;
  animation-delay:var(--d,0s)!important;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.30))!important;
}
.peticlip-love-paw-item.is-heart::before{
  content:'❤'!important;
  display:block!important;
  color:#ff174d!important;
  font-size:24px!important;
  line-height:1!important;
}
.peticlip-love-paw-item.is-paw::before{
  content:''!important;
  display:block!important;
  width:22px!important;
  height:22px!important;
  background:#ff174d!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.4 10.4c-1.4 0-2.6-1.5-2.6-3.3S6 3.8 7.4 3.8 10 5.3 10 7.1s-1.2 3.3-2.6 3.3Zm9.2 0c-1.4 0-2.6-1.5-2.6-3.3s1.2-3.3 2.6-3.3 2.6 1.5 2.6 3.3-1.2 3.3-2.6 3.3ZM5.4 16.2c-1.2 0-2.2-1.1-2.2-2.5s1-2.5 2.2-2.5 2.2 1.1 2.2 2.5-1 2.5-2.2 2.5Zm13.2 0c-1.2 0-2.2-1.1-2.2-2.5s1-2.5 2.2-2.5 2.2 1.1 2.2 2.5-1 2.5-2.2 2.5Zm-6.6 4.6c-3 0-5.3-1.2-5.3-3 0-1.3 1-2.4 2.1-3.6.9-1 1.7-2 3.2-2s2.3 1 3.2 2c1.1 1.2 2.1 2.3 2.1 3.6 0 1.8-2.3 3-5.3 3Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.4 10.4c-1.4 0-2.6-1.5-2.6-3.3S6 3.8 7.4 3.8 10 5.3 10 7.1s-1.2 3.3-2.6 3.3Zm9.2 0c-1.4 0-2.6-1.5-2.6-3.3s1.2-3.3 2.6-3.3 2.6 1.5 2.6 3.3-1.2 3.3-2.6 3.3ZM5.4 16.2c-1.2 0-2.2-1.1-2.2-2.5s1-2.5 2.2-2.5 2.2 1.1 2.2 2.5-1 2.5-2.2 2.5Zm13.2 0c-1.2 0-2.2-1.1-2.2-2.5s1-2.5 2.2-2.5 2.2 1.1 2.2 2.5-1 2.5-2.2 2.5Zm-6.6 4.6c-3 0-5.3-1.2-5.3-3 0-1.3 1-2.4 2.1-3.6.9-1 1.7-2 3.2-2s2.3 1 3.2 2c1.1 1.2 2.1 2.3 2.1 3.6 0 1.8-2.3 3-5.3 3Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
@keyframes peticlipLovePawRise{
  0%{opacity:0;transform:translate(-50%,0) scale(.55) rotate(0deg)}
  12%{opacity:1}
  78%{opacity:.95}
  100%{opacity:0;transform:translate(calc(-50% + var(--x,0px)), calc(-1 * var(--y,120px))) scale(1.18) rotate(var(--r,0deg))}
}
@media(max-width:980px){
  .peticlip-love-paw-item{width:20px!important;height:20px!important}
  .peticlip-love-paw-item.is-heart::before{font-size:22px!important}
  .peticlip-love-paw-item.is-paw::before{width:20px!important;height:20px!important}
}


/* 1.0.33 playback: muted-first, tap-to-audio and smoother next clip */
.peticlip-tap-audio-hint{
  position:absolute!important;
  left:50%!important;
  bottom:calc(112px + env(safe-area-inset-bottom))!important;
  transform:translateX(-50%) translateY(10px)!important;
  z-index:8!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  background:rgba(0,0,0,.52)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  backdrop-filter:blur(12px)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
  opacity:0!important;
  transition:opacity .2s ease,transform .2s ease!important;
}
.peticlip-app.peticlip-audio-needs-tap .peticlip-card.is-active.is-muted-playback .peticlip-tap-audio-hint{
  display:flex!important;
  opacity:1!important;
  transform:translateX(-50%) translateY(0)!important;
}
@media(max-width:980px){
  .peticlip-tap-audio-hint{bottom:calc(92px + env(safe-area-inset-bottom))!important;font-size:11px!important;min-height:34px!important;padding:8px 12px!important}
}

/* 1.0.34 mobile playback controls + drawer-only navigation */
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-bottom-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    display:flex!important;
    left:14px!important;
    right:76px!important;
    bottom:calc(12px + env(safe-area-inset-bottom))!important;
    z-index:64!important;
    opacity:.96!important;
  }
  body.peticlips-standalone-body .peticlip-card.has-native-video .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card.has-native-video .peticlip-meta-overlay{
    bottom:calc(62px + env(safe-area-inset-bottom))!important;
  }
  body.peticlips-standalone-body .peticlip-sound-toggle,
  .peticlip-app.peticlip-source-standalone .peticlip-sound-toggle{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    background:rgba(0,0,0,.72)!important;
    border:1px solid rgba(255,255,255,.28)!important;
  }
  body.peticlips-standalone-body .peticlip-progress::-webkit-slider-runnable-track,
  .peticlip-app.peticlip-source-standalone .peticlip-progress::-webkit-slider-runnable-track{
    height:5px!important;
    background:linear-gradient(90deg,#fff 0%,#fff var(--peticlip-progress-value),rgba(255,255,255,.32) var(--peticlip-progress-value),rgba(255,255,255,.32) 100%)!important;
  }
  body.peticlips-standalone-body .peticlip-progress::-webkit-slider-thumb,
  .peticlip-app.peticlip-source-standalone .peticlip-progress::-webkit-slider-thumb{
    border-color:#fff!important;
  }
  body.peticlips-standalone-body .peticlip-tap-audio-hint,
  .peticlip-app.peticlip-source-standalone .peticlip-tap-audio-hint{
    bottom:calc(62px + env(safe-area-inset-bottom))!important;
  }
}

/* 1.0.34 red paws reaction */
.peticlip-red-paw-burst{
  pointer-events:none!important;
  position:absolute!important;
  right:54px!important;
  bottom:88px!important;
  width:120px!important;
  height:180px!important;
  z-index:88!important;
  overflow:visible!important;
}
.peticlip-red-paw-burst-item{
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  transform:translateX(-50%) scale(.7)!important;
  font-size:var(--paw-size,22px)!important;
  line-height:1!important;
  color:#ff1744!important;
  text-shadow:0 8px 18px rgba(0,0,0,.34)!important;
  filter:hue-rotate(325deg) saturate(1.65)!important;
  opacity:0!important;
  animation:peticlipRedPawFloat 1.08s ease-out forwards!important;
  animation-delay:var(--paw-delay,0s)!important;
}
@keyframes peticlipRedPawFloat{
  0%{opacity:0;transform:translateX(-50%) translateY(16px) scale(.55) rotate(-8deg)}
  12%{opacity:1}
  100%{opacity:0;transform:translateX(calc(-50% + var(--paw-x,0px))) translateY(-145px) scale(1.18) rotate(14deg)}
}


/* 1.0.35 Desktop left menu size + close buttons + action rail position */
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:300px minmax(520px,1fr) 300px!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    padding:20px 18px 18px!important;
    gap:12px!important;
    overflow:hidden!important;
  }
  .peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
    width:238px!important;
    max-height:92px!important;
    margin:0 0 18px!important;
    object-fit:contain!important;
  }
  body.peticlips-standalone-body .peticlip-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs{
    gap:5px!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-menu-label,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label{
    margin:9px 12px 6px!important;
    font-size:11px!important;
    letter-spacing:.15em!important;
  }
  body.peticlips-standalone-body .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tab{
    min-height:44px!important;
    padding:8px 14px!important;
    border-radius:16px!important;
    gap:14px!important;
    font-size:17px!important;
  }
  body.peticlips-standalone-body .peticlip-nav-ico,
  .peticlip-app.peticlip-source-standalone .peticlip-nav-ico{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    font-size:21px!important;
  }
  body.peticlips-standalone-body .peticlip-left-secondary-links,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links{
    gap:9px!important;
  }
  body.peticlips-standalone-body .peticlip-left-secondary-links .peticlip-desktop-back,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links .peticlip-desktop-back{
    min-height:38px!important;
    border-radius:15px!important;
    font-size:12px!important;
    padding:9px 12px!important;
  }
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    padding-left:16px!important;
    padding-right:110px!important;
  }
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    max-width:min(450px,calc(100vw - 740px))!important;
    width:min(450px,calc(100vw - 740px))!important;
    min-width:340px!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-video-gradient,
  .peticlip-app.peticlip-source-standalone .peticlip-video-gradient{
    border-radius:24px!important;
    overflow:hidden!important;
  }
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{
    right:-82px!important;
    z-index:80!important;
  }
  .peticlip-search-overlay:not([hidden]){
    left:calc(300px + 18px)!important;
    right:calc(300px + 18px)!important;
  }
}

/* Larger close buttons across PetiClips overlays */
.peticlip-mobile-menu-close,
.peticlip-search-close,
.peticlip-auth-close,
.peticlip-close-comments{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  border-radius:999px!important;
  font-size:34px!important;
  line-height:1!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28)!important;
}
.peticlip-search-close{
  color:#201029!important;
  background:#fff!important;
  border-color:rgba(0,0,0,.08)!important;
}
@media(max-width:980px){
  .peticlip-mobile-menu-close,
  .peticlip-search-close,
  .peticlip-auth-close,
  .peticlip-close-comments{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    font-size:31px!important;
  }
}


/* 1.0.36 Mobile drawer opener + in-drawer search carousel */
.peticlip-mobile-drawer-fab{display:none!important}
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab{
    display:grid!important;
    position:fixed!important;
    top:calc(14px + env(safe-area-inset-top))!important;
    left:14px!important;
    z-index:80!important;
    width:48px!important;
    height:48px!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:17px!important;
    background:rgba(10,8,14,.64)!important;
    color:#fff!important;
    place-items:center!important;
    box-shadow:0 14px 34px rgba(0,0,0,.34)!important;
    backdrop-filter:blur(16px)!important;
    cursor:pointer!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab span,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab span{font-size:21px!important;line-height:1!important;filter:none!important}
  body.peticlips-standalone-body .peticlip-app.is-menu-open .peticlip-mobile-drawer-fab,
  .peticlip-app.peticlip-source-standalone.is-menu-open .peticlip-mobile-drawer-fab{opacity:0!important;pointer-events:none!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-panel{width:min(88vw,360px)!important;padding-top:calc(14px + env(safe-area-inset-top))!important}
  .peticlip-mobile-drawer-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin:8px 0 8px!important;padding:8px!important;border-radius:19px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.10)!important}
  .peticlip-mobile-drawer-search input{width:100%!important;min-height:43px!important;border:0!important;border-radius:14px!important;background:#fff!important;color:#19111f!important;padding:0 13px!important;font:inherit!important;font-size:15px!important;font-weight:800!important;outline:none!important}
  .peticlip-mobile-drawer-search input::placeholder{color:#82768e!important;font-weight:800!important}
  .peticlip-mobile-drawer-search button{min-height:43px!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#ffd53f,#ff4fb8)!important;color:#170b16!important;font:inherit!important;font-size:13px!important;font-weight:1000!important;padding:0 13px!important;cursor:pointer!important}
  .peticlip-mobile-drawer-results:not([hidden]){display:grid!important;gap:10px!important;margin:4px 0 12px!important;overflow:visible!important;color:#fff!important}
  .peticlip-mobile-drawer-results .peticlip-search-results-head{padding:0 2px!important}
  .peticlip-mobile-drawer-results .peticlip-search-results-grid{display:flex!important;gap:10px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important;padding:0 2px 8px!important;scrollbar-width:none!important}
  .peticlip-mobile-drawer-results .peticlip-search-results-grid::-webkit-scrollbar{display:none!important}
  .peticlip-mobile-drawer-results .peticlip-search-result-card{flex:0 0 142px!important;width:142px!important;border-radius:18px!important;scroll-snap-align:start!important;box-shadow:0 12px 28px rgba(0,0,0,.22)!important}
  .peticlip-mobile-drawer-results .peticlip-search-thumb{aspect-ratio:9/10!important}
  .peticlip-mobile-drawer-results .peticlip-search-copy{padding:9px!important}
  .peticlip-mobile-drawer-results .peticlip-search-copy strong{font-size:12px!important;line-height:1.12!important}
  .peticlip-mobile-drawer-results .peticlip-search-copy small{font-size:10.5px!important;-webkit-line-clamp:2!important}
  .peticlip-mobile-drawer-results .peticlip-search-copy em{font-size:9.5px!important;padding:4px 6px!important}
}


/* 1.0.37 PetiClips branded loading state */
.peticlip-loading-brand-card{
  gap:10px!important;
  background:radial-gradient(circle at 50% 18%,rgba(255,79,216,.16),transparent 32%),linear-gradient(180deg,rgba(10,0,17,.84),rgba(0,0,0,.92))!important;
}
.peticlip-loading-logo{
  display:block!important;
  width:min(240px,72vw)!important;
  max-width:100%!important;
  height:auto!important;
  margin:0 auto 8px!important;
  filter:drop-shadow(0 14px 34px rgba(255,79,216,.22)) drop-shadow(0 0 22px rgba(108,0,255,.16))!important;
}
.peticlip-loading-brand-card .peticlip-lite-loader{
  display:block!important;
  width:min(220px,62vw)!important;
  height:4px!important;
  border-radius:999px!important;
  margin:2px auto 8px!important;
  background:linear-gradient(90deg,rgba(255,213,63,.18),#ffd53f,#ff4fb8,rgba(255,213,63,.18))!important;
  background-size:220% 100%!important;
  animation:peticlipLiteLoading 1.1s ease-in-out infinite!important;
  box-shadow:0 0 18px rgba(255,79,216,.25)!important;
}
.peticlip-loading-brand-card .peticlip-loader{display:none!important}
.peticlip-loading-brand-card strong{
  color:#fff!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.peticlip-loading-brand-card p{
  color:rgba(255,255,255,.68)!important;
  font-weight:800!important;
}
@keyframes peticlipLiteLoading{
  0%{background-position:0% 50%;opacity:.65}
  50%{background-position:100% 50%;opacity:1}
  100%{background-position:0% 50%;opacity:.65}
}
@media(max-width:767px){
  .peticlip-loading-logo{width:min(210px,66vw)!important}
  .peticlip-loading-brand-card .peticlip-lite-loader{width:min(190px,58vw)!important}
}


/* 1.0.38 loading brand refresh + bubble menu fab */
.peticlip-loading-brand-card{
  gap:12px!important;
  background:
    radial-gradient(circle at 30% 18%,rgba(255,214,63,.10),transparent 24%),
    radial-gradient(circle at 72% 20%,rgba(255,79,216,.16),transparent 28%),
    linear-gradient(180deg,rgba(10,0,17,.84),rgba(0,0,0,.94))!important;
}
.peticlip-loading-logo{
  width:min(252px,74vw)!important;
  margin:0 auto 10px!important;
  filter:drop-shadow(0 12px 28px rgba(255,79,216,.20)) drop-shadow(0 0 24px rgba(85,0,255,.18))!important;
}
.peticlip-loading-brand-card .peticlip-lite-loader{
  position:relative!important;
  overflow:visible!important;
  width:min(228px,66vw)!important;
  height:7px!important;
  border-radius:999px!important;
  margin:3px auto 10px!important;
  background:linear-gradient(90deg,#ffd53f 0%,#7f3dff 52%,#ff4fb8 100%)!important;
  background-size:200% 100%!important;
  animation:peticlipLiteLoading 1.05s linear infinite!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.06),0 0 22px rgba(255,79,216,.18)!important;
}
.peticlip-loading-brand-card .peticlip-lite-loader::after{
  content:'🐾'!important;
  position:absolute!important;
  right:-14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1!important;
  filter:drop-shadow(0 0 8px rgba(255,255,255,.35))!important;
}
@keyframes peticlipLiteLoading{
  0%{background-position:0% 50%;opacity:.72}
  50%{background-position:100% 50%;opacity:1}
  100%{background-position:0% 50%;opacity:.72}
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab{
  top:calc(14px + env(safe-area-inset-top))!important;
  left:14px!important;
  width:58px!important;
  height:58px!important;
  border:1px solid rgba(255,230,120,.28)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 30% 28%,rgba(255,213,63,.22),transparent 36%),
    linear-gradient(180deg,rgba(35,24,48,.96),rgba(18,13,28,.96))!important;
  color:#ffd53f!important;
  box-shadow:0 18px 42px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.04) inset!important;
  backdrop-filter:blur(16px)!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab::before,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab::before{
  content:''!important;
  position:absolute!important;
  inset:6px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(255,213,63,.14),rgba(255,79,216,.10))!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab span,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab span{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(255,213,63,.18),rgba(255,213,63,.05))!important;
  color:#ffd53f!important;
  font-size:19px!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(255,213,63,.10)!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab:hover,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 22px 46px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.05) inset!important;
}
@media(max-width:767px){
  .peticlip-loading-logo{width:min(220px,68vw)!important}
  .peticlip-loading-brand-card .peticlip-lite-loader{width:min(198px,58vw)!important;height:6px!important}
  .peticlip-loading-brand-card .peticlip-lite-loader::after{right:-12px!important;font-size:15px!important}
}


/* 1.0.40 loader gif + refined mobile menu bubble */
.peticlip-loading-logo{
  width:min(280px,76vw)!important;
  background:transparent!important;
  mix-blend-mode:screen!important;
  filter:drop-shadow(0 14px 32px rgba(255,46,199,.22)) drop-shadow(0 0 26px rgba(0,204,255,.18))!important;
}
.peticlip-loading-brand-card .peticlip-lite-loader{
  height:7px!important;
  width:min(236px,67vw)!important;
  background:linear-gradient(90deg,#ffe14f 0%,#8d54ff 48%,#ff39c8 100%)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.06),0 0 22px rgba(255,57,200,.18)!important;
}
.peticlip-loading-brand-card .peticlip-lite-loader::after{
  content:'🐾'!important;
  color:#fff!important;
  right:-15px!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab{
  width:60px!important;
  height:60px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(180deg,rgba(36,27,54,.96),rgba(19,14,31,.98))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06)!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab::before,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab::before,
body.peticlips-standalone-body .peticlip-mobile-menu-bubble::before,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble::before{
  background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.08),transparent 34%), linear-gradient(135deg,rgba(141,84,255,.24),rgba(255,57,200,.16))!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
  position:relative!important;
  display:block!important;
  width:26px!important;
  height:26px!important;
  z-index:1!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab span,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab span{
  width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-bubble,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble{
  position:relative!important;
  width:46px!important;
  height:46px!important;
  border-radius:17px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(180deg,rgba(33,24,49,.92),rgba(18,13,29,.96))!important;
  box-shadow:0 14px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)!important;
  color:#fff!important;
  font-size:0!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{ width:22px!important; height:22px!important; }
.peticlip-menu-bubble-icon::before{
  content:'';
  position:absolute;
  inset:1px;
  border:2px solid rgba(255,255,255,.96);
  border-radius:8px;
  box-shadow:0 0 14px rgba(255,255,255,.08);
}
.peticlip-menu-bubble-icon::after{
  content:'';
  position:absolute;
  left:9px;
  top:6px;
  width:0;height:0;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:10px solid #fff;
  filter:drop-shadow(0 0 8px rgba(255,255,255,.14));
}
@media(max-width:767px){
  .peticlip-loading-logo{width:min(246px,72vw)!important}
  .peticlip-loading-brand-card .peticlip-lite-loader{width:min(204px,60vw)!important;height:6px!important}
}


/* 1.0.41 animated transparent GIF loader + menu subtitle */
.peticlip-loading-logo{
  background:transparent!important;
  mix-blend-mode:normal!important;
  object-fit:contain!important;
  image-rendering:auto!important;
}
.peticlip-loading-brand-card{
  isolation:isolate!important;
}
.peticlip-mobile-menu-brand small{
  max-width:260px!important;
  color:rgba(255,255,255,.72)!important;
  font-weight:850!important;
  line-height:1.32!important;
}


/* 1.0.42 upload-only publishing + visible submit confirmation */
.peticlip-captive-traffic-note{
  display:flex!important;
  gap:10px!important;
  align-items:flex-start!important;
  padding:13px 14px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(255,213,63,.12),rgba(255,79,216,.10))!important;
  border:1px solid rgba(255,213,63,.22)!important;
  color:#fff!important;
}
.peticlip-captive-traffic-note::before{content:'🔒';font-size:19px;line-height:1.2}
.peticlip-captive-traffic-note strong{display:block!important;color:#ffd53f!important;font-size:13px!important;font-weight:1000!important;line-height:1.2!important}
.peticlip-captive-traffic-note span{display:block!important;color:rgba(255,255,255,.78)!important;font-size:12px!important;font-weight:800!important;line-height:1.35!important;margin-top:2px!important}
.peticlip-upload-only-field{
  padding:14px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.peticlip-form-message.is-success.peticlip-submit-success{
  position:sticky!important;
  bottom:10px!important;
  z-index:5!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
  min-height:auto!important;
  padding:18px 18px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#18d56f 0%,#6d38ff 58%,#ff4fb8 100%)!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:950!important;
  box-shadow:0 22px 54px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.14) inset!important;
  text-shadow:0 1px 8px rgba(0,0,0,.15)!important;
}
.peticlip-form-message.is-success.peticlip-submit-success::before{
  content:'✅';
  flex:0 0 auto;
  font-size:26px;
  line-height:1;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.20));
}
.peticlip-form-message.is-error{
  padding:12px 14px!important;
  border-radius:16px!important;
  background:rgba(255,74,113,.14)!important;
  border:1px solid rgba(255,74,113,.28)!important;
  font-weight:900!important;
}
@media(max-width:767px){
  .peticlip-form-message.is-success.peticlip-submit-success{font-size:15px!important;padding:16px!important;border-radius:20px!important}
}


/* 1.0.43 Studio PRO: no public business language + sticker overlays */
.peticlip-captive-traffic-note{display:none!important}
.peticlip-studio-pro-note{
  display:grid!important;
  gap:4px!important;
  border:1px solid rgba(255,213,63,.28)!important;
  background:linear-gradient(135deg,rgba(255,213,63,.16),rgba(255,79,184,.10),rgba(123,24,255,.16))!important;
  border-radius:22px!important;
  padding:14px 15px!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,0,0,.14)!important;
}
.peticlip-studio-pro-note strong{font-size:15px!important;font-weight:1000!important;color:#ffd53f!important}
.peticlip-studio-pro-note span{font-size:13px!important;line-height:1.35!important;color:rgba(255,255,255,.84)!important;font-weight:800!important}
.peticlip-sticker-studio{
  display:grid!important;
  gap:12px!important;
  padding:14px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.peticlip-sticker-studio-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important}
.peticlip-sticker-studio-head strong{color:#fff!important;font-size:15px!important;font-weight:1000!important}
.peticlip-sticker-studio-head span{color:rgba(255,255,255,.66)!important;font-size:12px!important;font-weight:800!important;text-align:right!important}
.peticlip-sticker-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
.peticlip-sticker-option{
  min-height:72px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  gap:4px!important;
  font:inherit!important;
  cursor:pointer!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.peticlip-sticker-option:hover{transform:translateY(-1px)!important;border-color:rgba(255,213,63,.45)!important}
.peticlip-sticker-option.is-active{
  border-color:#ffd53f!important;
  box-shadow:0 0 0 3px rgba(255,213,63,.14),0 14px 30px rgba(0,0,0,.18)!important;
  background:linear-gradient(135deg,rgba(255,213,63,.16),rgba(255,79,184,.10))!important;
}
.peticlip-sticker-option span{font-size:23px!important;line-height:1!important}
.peticlip-sticker-option strong{font-size:11.5px!important;font-weight:950!important;color:#fff!important;line-height:1.05!important;text-align:center!important}
.peticlip-sticker-overlay{
  position:absolute!important;
  left:18px!important;
  top:78px!important;
  z-index:4!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  max-width:min(70%,300px)!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.42)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fff!important;
  backdrop-filter:blur(12px)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.22)!important;
  pointer-events:none!important;
}
.peticlip-sticker-overlay span{font-size:22px!important;line-height:1!important;filter:drop-shadow(0 5px 12px rgba(0,0,0,.24))!important}
.peticlip-sticker-overlay strong{font-size:12px!important;font-weight:1000!important;letter-spacing:.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.peticlip-sticker-overlay.is-paw-love{background:linear-gradient(135deg,rgba(94,0,121,.58),rgba(255,213,63,.18))!important}
.peticlip-sticker-overlay.is-pet-star{background:linear-gradient(135deg,rgba(255,181,0,.38),rgba(0,0,0,.42))!important}
.peticlip-sticker-overlay.is-funny-pet{background:linear-gradient(135deg,rgba(255,79,184,.34),rgba(0,0,0,.44))!important}
.peticlip-sticker-overlay.is-wow-pet{background:linear-gradient(135deg,rgba(123,24,255,.45),rgba(255,79,184,.24))!important}
.peticlip-sticker-overlay.is-cute-pet{background:linear-gradient(135deg,rgba(255,213,63,.36),rgba(255,79,184,.22))!important}
.peticlip-form-message.is-success.peticlip-submit-success{
  position:sticky!important;
  bottom:8px!important;
  z-index:5!important;
  display:block!important;
  min-height:0!important;
  margin-top:12px!important;
  padding:18px 18px!important;
  border-radius:22px!important;
  border:1px solid rgba(48,255,140,.26)!important;
  background:linear-gradient(135deg,rgba(28,140,70,.98),rgba(10,86,46,.96))!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:950!important;
  line-height:1.35!important;
  box-shadow:0 18px 45px rgba(0,0,0,.28)!important;
}
@media(max-width:680px){
  .peticlip-sticker-options{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .peticlip-sticker-studio-head{display:grid!important;gap:3px!important}
  .peticlip-sticker-studio-head span{text-align:left!important}
  .peticlip-sticker-overlay{left:14px!important;top:72px!important;max-width:calc(100% - 100px)!important}
}


/* 1.0.44 PetiClips TikTok-style BIO + social links */
.peticlip-profile-social-links{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;margin:10px 0 12px!important}
.peticlip-social-link{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:34px!important;padding:8px 12px!important;border-radius:999px!important;text-decoration:none!important;color:#fff!important;font-size:13px!important;font-weight:950!important;letter-spacing:-.01em!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important;transition:transform .18s ease, background .18s ease!important}
.peticlip-social-link:hover{transform:translateY(-1px)!important;background:rgba(255,255,255,.16)!important;color:#fff!important}
.peticlip-social-link span{display:grid!important;place-items:center!important;width:20px!important;height:20px!important;border-radius:999px!important;background:linear-gradient(135deg,#ffd53f,#ff4fb8,#7d3cff)!important;color:#120018!important;font-size:12px!important;font-weight:1000!important}
.peticlip-profile-editor{margin:18px 0 22px!important;padding:18px!important;border-radius:26px!important;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 48px rgba(0,0,0,.20)!important;display:grid!important;gap:14px!important;color:#fff!important}
.peticlip-profile-editor-head{display:grid!important;gap:3px!important}.peticlip-profile-editor-head strong{font-size:18px!important;color:#fff!important}.peticlip-profile-editor-head span{font-size:13px!important;color:rgba(255,255,255,.68)!important;font-weight:800!important}
.peticlip-profile-editor label{display:grid!important;gap:7px!important;color:rgba(255,255,255,.88)!important;font-size:12px!important;font-weight:950!important;text-transform:none!important;letter-spacing:0!important}
.peticlip-profile-editor textarea,.peticlip-profile-editor input{width:100%!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:16px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;min-height:44px!important;padding:12px 13px!important;font:inherit!important;font-size:14px!important;font-weight:800!important;outline:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important}
.peticlip-profile-editor textarea{min-height:92px!important;resize:vertical!important}.peticlip-profile-editor textarea::placeholder,.peticlip-profile-editor input::placeholder{color:rgba(255,255,255,.45)!important}
.peticlip-profile-social-edit-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.peticlip-profile-editor-actions{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}.peticlip-profile-editor-status{color:#ffd53f!important;font-weight:900!important;font-size:13px!important}.peticlip-profile-editor-status.is-error{color:#ff8aa8!important}
@media(max-width:980px){.peticlip-profile-social-edit-grid{grid-template-columns:1fr!important}.peticlip-profile-editor{padding:15px!important;border-radius:22px!important}.peticlip-profile-social-links{gap:8px!important}.peticlip-social-link{font-size:12px!important;min-height:32px!important;padding:7px 10px!important}}


/* 1.0.45 instant publish + in-app registration */
.peticlip-auth-reason{
  display:block!important;
  margin-top:10px!important;
  padding:11px 13px!important;
  border-radius:16px!important;
  background:rgba(255,213,63,.12)!important;
  border:1px solid rgba(255,213,63,.24)!important;
  color:#ffd53f!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:900!important;
}
.peticlip-auth-inline-register{
  display:grid!important;
  gap:10px!important;
  margin-top:16px!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.peticlip-auth-inline-register>strong{color:#fff!important;font-size:18px!important;font-weight:1000!important;line-height:1.15!important}
.peticlip-auth-inline-register>small{color:rgba(255,255,255,.68)!important;font-size:12px!important;font-weight:800!important;line-height:1.35!important}
.peticlip-auth-register-form{display:grid!important;gap:10px!important;margin:0!important}
.peticlip-auth-register-form input{width:100%!important;min-height:45px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;padding:0 13px!important;font:inherit!important;font-weight:850!important;outline:none!important}
.peticlip-auth-register-form input::placeholder{color:rgba(255,255,255,.48)!important}
.peticlip-auth-register-form button{width:100%!important;min-height:48px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#ffd53f,#ff4fb8)!important;color:#1c0014!important;font:inherit!important;font-weight:1000!important;cursor:pointer!important;box-shadow:0 14px 32px rgba(255,79,184,.16)!important}
.peticlip-auth-register-form button:disabled{opacity:.62!important;cursor:wait!important}
.peticlip-auth-register-status{min-height:18px!important;color:rgba(255,255,255,.72)!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important}
.peticlip-auth-register-status.is-success{color:#a8ffca!important}.peticlip-auth-register-status.is-error{color:#ffd1d1!important}
.peticlip-public-note strong::before{content:'⚡ ';}
.peticlip-form-message.is-success.peticlip-submit-success::before{content:'🎉'!important}


/* 1.0.47 inline PetiClips login + clearer upload copy */
.peticlip-auth-login-status{min-height:18px!important;color:rgba(255,255,255,.72)!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important;margin-top:8px!important}
.peticlip-auth-login-status.is-success{color:#a8ffca!important}.peticlip-auth-login-status.is-error{color:#ffd1d1!important}
.peticlip-field-hint{display:block!important;margin-top:6px!important;color:rgba(255,255,255,.62)!important;font-size:11px!important;font-weight:800!important;line-height:1.35!important}
.peticlip-upload-form textarea[name="caption"]{max-height:92px!important;resize:vertical!important}


/* 1.0.49 PetiClips favicon icon as mobile menu button */
body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab{
  width:58px!important;
  height:58px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:linear-gradient(180deg,rgba(24,18,35,.92),rgba(9,7,14,.96))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.05) inset!important;
  overflow:hidden!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab::before,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab::before{
  content:''!important;
  position:absolute!important;
  inset:4px!important;
  border-radius:19px!important;
  background:radial-gradient(circle at 35% 22%,rgba(255,255,255,.08),transparent 34%),linear-gradient(135deg,rgba(112,48,255,.20),rgba(255,70,190,.13))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:42px!important;
  height:42px!important;
  border-radius:16px!important;
  background-image:url('https://peticlips.com/wp-content/uploads/2026/06/ChatGPT-Image-2-jun-2026-09_15_37-a.m.png')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  box-shadow:0 8px 22px rgba(0,0,0,.22),0 0 20px rgba(255,52,190,.16)!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
  width:34px!important;
  height:34px!important;
  border-radius:13px!important;
}
.peticlip-menu-bubble-icon::before,
.peticlip-menu-bubble-icon::after{
  display:none!important;
  content:none!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-bubble,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble{
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(24,18,35,.9),rgba(9,7,14,.94))!important;
}


/* 1.0.50 PetiClips channel editor + button contrast fix */
.peticlip-channel-actions-row .peticlip-secondary,
.peticlip-profile-actions-row .peticlip-secondary,
.peticlip-profile-head .peticlip-secondary{
  background:linear-gradient(135deg,rgba(93,0,121,.92),rgba(255,79,216,.82))!important;
  color:#ffffff!important;
  border:1px solid rgba(255,213,63,.38)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
  text-shadow:0 1px 8px rgba(0,0,0,.28)!important;
  opacity:1!important;
}
.peticlip-channel-actions-row .peticlip-secondary:hover,
.peticlip-profile-actions-row .peticlip-secondary:hover{
  filter:brightness(1.05)!important;
}
.peticlip-profile-editor-avatar-row{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  padding:13px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.peticlip-profile-editor-avatar-row img{
  width:82px!important;
  height:82px!important;
  border-radius:999px!important;
  object-fit:cover!important;
  border:3px solid rgba(255,213,63,.85)!important;
  box-shadow:0 12px 26px rgba(0,0,0,.28),0 0 0 3px rgba(255,79,216,.18)!important;
  background:#1a1124!important;
}
.peticlip-profile-editor-avatar-row input[type="file"]{
  padding:10px!important;
  min-height:44px!important;
  background:rgba(0,0,0,.22)!important;
}
.peticlip-profile-identity-edit-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.peticlip-profile-editor input[type="file"]::file-selector-button{
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ffd53f,#ff4fb8)!important;
  color:#211100!important;
  font:inherit!important;
  font-weight:1000!important;
  padding:9px 12px!important;
  margin-right:10px!important;
  cursor:pointer!important;
}
@media(max-width:760px){
  .peticlip-profile-editor-avatar-row{grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important;padding:11px!important}
  .peticlip-profile-editor-avatar-row img{width:66px!important;height:66px!important}
  .peticlip-profile-identity-edit-grid{grid-template-columns:1fr!important}
  .peticlip-channel-actions-row .peticlip-secondary,.peticlip-profile-actions-row .peticlip-secondary{min-height:44px!important;color:#fff!important}
}

/* PetiClips 1.0.56 — badges, retos, reportes y métricas */
.peticlip-plan-badge{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:0 8px;border-radius:999px;font-size:10px;line-height:1;font-weight:950;letter-spacing:.02em;text-transform:uppercase;border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.12);box-shadow:0 8px 18px rgba(0,0,0,.18);white-space:nowrap;vertical-align:middle}.peticlip-plan-badge em{font-style:normal;font-size:12px;line-height:1}.peticlip-plan-badge.is-free{background:rgba(255,255,255,.14);color:#fff}.peticlip-plan-badge.is-creator{background:linear-gradient(135deg,#ff007f,#7a2ee6);color:#fff}.peticlip-plan-badge.is-business{background:linear-gradient(135deg,#ffd200,#ff9d00);color:#211126;border-color:rgba(255,255,255,.35)}.peticlip-plan-badge.is-pro{background:linear-gradient(135deg,#7a2ee6,#17a7dc);color:#fff}.peticlip-plan-badge.is-ambassador{background:linear-gradient(135deg,#ffd200,#ffffff);color:#3a2100;border-color:rgba(255,210,0,.75)}.peticlip-profile-plan-badge{margin-left:8px}.peticlip-channel-line .peticlip-plan-badge{margin-left:2px}.peticlip-action-report span{background:rgba(255,255,255,.10)!important}.peticlip-action-report small{font-size:9px!important}.peticlip-action-report:hover span{background:rgba(255,120,120,.20)!important;color:#fff!important}.peticlip-challenge-banner{position:absolute;left:50%;top:78px;z-index:18;width:min(620px,calc(100% - 28px));transform:translateX(-50%);display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:10px 12px;border-radius:22px;background:linear-gradient(135deg,rgba(18,7,24,.86),rgba(94,0,121,.78));border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 44px rgba(0,0,0,.28);backdrop-filter:blur(14px);color:#fff}.peticlip-challenge-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#ffd200;color:#23102d;font-size:10px;font-weight:950;text-transform:uppercase;white-space:nowrap}.peticlip-challenge-banner strong{display:block;color:#fff;font-size:14px;line-height:1.05;font-weight:950}.peticlip-challenge-banner small{display:block;margin-top:3px;color:rgba(255,255,255,.76);font-size:11px;line-height:1.25;font-weight:700}.peticlip-challenge-banner a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#ffd200;color:#23102d!important;font-size:11px;font-weight:950;text-decoration:none;white-space:nowrap}@media(max-width:780px){.peticlip-challenge-banner{top:66px;grid-template-columns:1fr;gap:8px;padding:10px;width:calc(100% - 18px);border-radius:18px}.peticlip-challenge-banner a{width:100%}.peticlip-challenge-kicker{width:fit-content}.peticlip-channel-line .peticlip-plan-badge{max-width:116px;overflow:hidden;text-overflow:ellipsis}}
.peticlip-stage{position:relative}


/* 1.0.57 PetiClips official logo responsive refresh
   Reemplaza el lockup anterior por el logo oficial y evita recortes en escritorio, móvil y drawer. */
.peticlips-standalone-body .peticlip-brand-pill,
.peticlip-app.peticlip-source-standalone .peticlip-brand-pill{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  padding:0 0 14px!important;
  margin:0!important;
  overflow:visible!important;
}
.peticlips-standalone-body .peticlip-brand-logo,
.peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
  display:block!important;
  width:min(244px,100%)!important;
  max-width:100%!important;
  height:auto!important;
  max-height:92px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
  filter:drop-shadow(0 10px 26px rgba(255,0,127,.22)) drop-shadow(0 0 16px rgba(0,200,255,.10))!important;
}
body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:calc(100vw - 132px)!important;
  min-height:42px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.42)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(12px)!important;
  overflow:hidden!important;
}
body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand::before,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand::before{
  display:none!important;
  content:none!important;
}
body.peticlips-standalone-body .peticlip-mobile-brand-logo,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{
  display:block!important;
  width:auto!important;
  height:30px!important;
  max-width:168px!important;
  max-height:30px!important;
  object-fit:contain!important;
  object-position:center center!important;
  flex:0 1 auto!important;
  border-radius:0!important;
  background:transparent!important;
  filter:drop-shadow(0 6px 16px rgba(255,0,127,.18))!important;
}
body.peticlips-standalone-body .peticlip-current-view-label,
.peticlip-app.peticlip-source-standalone .peticlip-current-view-label{
  display:none!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-brand,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-brand{
  display:grid!important;
  gap:8px!important;
  align-items:start!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-logo,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-logo{
  display:block!important;
  width:min(230px,82vw)!important;
  height:auto!important;
  max-width:100%!important;
  max-height:92px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
  filter:drop-shadow(0 10px 24px rgba(255,0,127,.20)) drop-shadow(0 0 14px rgba(0,200,255,.10))!important;
}
.peticlip-auth-head img{
  width:min(220px,82%)!important;
  max-height:88px!important;
  object-fit:contain!important;
  object-position:left center!important;
  border-radius:0!important;
  filter:drop-shadow(0 10px 24px rgba(255,0,127,.18))!important;
}
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    padding-top:18px!important;
  }
  .peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
    width:min(250px,100%)!important;
    max-height:94px!important;
    margin:0 0 12px!important;
  }
}
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-mobile-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{
    height:29px!important;
    max-width:162px!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-logo{
    width:min(220px,78vw)!important;
    max-height:88px!important;
  }
}
@media(max-width:420px){
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand{
    max-width:calc(100vw - 124px)!important;
    min-height:38px!important;
    padding:4px 8px!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{
    height:26px!important;
    max-width:148px!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-logo{
    width:min(198px,76vw)!important;
  }
}


/* 1.0.58 PetiClips official app icon for responsive menu, loader and favicon/PWA */
body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab,
body.peticlips-standalone-body .peticlip-mobile-menu-bubble,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(180deg,rgba(15,12,24,.96),rgba(3,2,7,.98))!important;
  box-shadow:0 16px 36px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.04) inset,0 0 24px rgba(255,0,127,.16)!important;
}
body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
  position:relative!important;
  z-index:3!important;
  display:block!important;
  width:42px!important;
  height:42px!important;
  border-radius:15px!important;
  background-image:url('https://peticlips.com/wp-content/uploads/2026/06/ChatGPT-Image-2-jun-2026-09_15_37-a.m.png')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  box-shadow:0 6px 18px rgba(0,0,0,.28),0 0 18px rgba(255,0,127,.20)!important;
}
body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
.peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
}
.peticlip-menu-bubble-icon::before,
.peticlip-menu-bubble-icon::after{
  display:none!important;
  content:none!important;
}
.peticlip-loading-card.peticlip-loading-brand-card{
  background:radial-gradient(circle at 50% 20%,rgba(255,0,127,.16),transparent 34%),radial-gradient(circle at 50% 56%,rgba(100,0,255,.12),transparent 36%),linear-gradient(180deg,rgba(10,0,17,.86),rgba(0,0,0,.94))!important;
}
.peticlip-loading-logo{
  width:min(132px,42vw)!important;
  max-width:132px!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  border-radius:30px!important;
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 16px 34px rgba(255,0,127,.28)) drop-shadow(0 0 24px rgba(0,200,255,.18))!important;
}
@media(max-width:767px){
  .peticlip-loading-logo{width:min(112px,34vw)!important;max-width:112px!important;border-radius:26px!important}
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon{width:40px!important;height:40px!important;border-radius:14px!important}
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{width:33px!important;height:33px!important;border-radius:12px!important}
}


/* 1.0.59 Layout rollback-safe patch: conserva icon-peticlips.png y restaura el feed desktop centrado sin romper móvil. */
@media (min-width:981px){
  html body.peticlips-standalone-body,
  html body.peticlips-standalone-body #page,
  html body.peticlips-standalone-body .site,
  html body.peticlips-standalone-body .site-content,
  html body.peticlips-standalone-body .content-area,
  html body.peticlips-standalone-body .entry-content{
    margin:0!important;
    padding:0!important;
    width:100%!important;
    max-width:none!important;
    overflow:hidden!important;
    background:#000!important;
  }

  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    display:grid!important;
    grid-template-columns:300px minmax(430px,1fr) 112px!important;
    grid-template-rows:100dvh!important;
    gap:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#000!important;
    isolation:isolate!important;
  }

  body.peticlips-standalone-body .peticlip-app::before,
  .peticlip-app.peticlip-source-standalone::before,
  body.peticlips-standalone-body .peticlip-desktop-shell-top,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-shell-top,
  body.peticlips-standalone-body .peticlip-discovery-top,
  .peticlip-app.peticlip-source-standalone .peticlip-discovery-top,
  body.peticlips-standalone-body .peticlip-bottom-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav,
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    grid-column:1!important;
    grid-row:1!important;
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
    height:100dvh!important;
    min-height:0!important;
    padding:18px 18px 16px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    overflow:hidden!important;
    background:#000!important;
    border-right:1px solid rgba(255,255,255,.08)!important;
    z-index:5!important;
  }

  body.peticlips-standalone-body .peticlip-brand-pill,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-pill{
    width:100%!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0 0 18px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
    display:block!important;
    width:238px!important;
    max-width:100%!important;
    height:auto!important;
    max-height:86px!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
  }

  body.peticlips-standalone-body .peticlip-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:5px!important;
    flex:0 0 auto!important;
    margin:0!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-menu-label,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label{
    display:block!important;
    margin:10px 8px 6px!important;
    color:rgba(255,255,255,.42)!important;
    font-size:11px!important;
    font-weight:950!important;
    letter-spacing:.16em!important;
    text-transform:uppercase!important;
  }
  body.peticlips-standalone-body .peticlip-tabs .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs .peticlip-tab{
    width:100%!important;
    max-width:100%!important;
    min-height:44px!important;
    padding:8px 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    border-radius:16px!important;
    background:transparent!important;
    border:0!important;
    color:#fff!important;
    box-shadow:none!important;
    transform:none!important;
    font-size:17px!important;
    line-height:1.1!important;
  }
  body.peticlips-standalone-body .peticlip-tabs .peticlip-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs .peticlip-tab.is-active{
    background:linear-gradient(90deg,rgba(255,210,0,.18),rgba(255,0,127,.10),rgba(255,255,255,.04))!important;
    box-shadow:inset 3px 0 0 #ffd53f!important;
  }
  body.peticlips-standalone-body .peticlip-tabs .peticlip-tab strong,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs .peticlip-tab strong{
    display:inline!important;
    min-width:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-weight:950!important;
  }
  body.peticlips-standalone-body .peticlip-nav-ico,
  .peticlip-app.peticlip-source-standalone .peticlip-nav-ico{
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    display:grid!important;
    place-items:center!important;
    font-size:21px!important;
  }

  body.peticlips-standalone-body .peticlip-left-secondary-links,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links{
    margin-top:auto!important;
    width:100%!important;
    display:grid!important;
    gap:9px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.peticlips-standalone-body .peticlip-left-secondary-links .peticlip-desktop-back,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links .peticlip-desktop-back{
    width:100%!important;
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:9px 12px!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.84)!important;
    font-size:12px!important;
    font-weight:900!important;
  }

  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    height:100dvh!important;
    min-height:0!important;
    padding:12px 96px 12px 12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    background:#000!important;
    border-left:0!important;
    border-right:1px solid rgba(255,255,255,.08)!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    width:min(430px,calc((100dvh - 24px) * .5625))!important;
    min-width:330px!important;
    max-width:430px!important;
    height:calc(100dvh - 24px)!important;
    min-height:0!important;
    max-height:calc(100dvh - 24px)!important;
    margin:0 auto!important;
    padding:0!important;
    border:0!important;
    border-radius:24px!important;
    overflow-y:auto!important;
    overflow-x:visible!important;
    background:#000!important;
    box-shadow:none!important;
    scroll-snap-type:y mandatory!important;
  }
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    width:100%!important;
    height:calc(100dvh - 24px)!important;
    min-height:calc(100dvh - 24px)!important;
    padding:0!important;
    display:block!important;
    overflow:visible!important;
    scroll-snap-align:start!important;
  }
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:100%!important;
    max-height:100%!important;
    aspect-ratio:9/16!important;
    margin:0!important;
    border-radius:24px!important;
    overflow:visible!important;
    background:#050505!important;
    box-shadow:0 18px 70px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.10)!important;
  }
  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-video-gradient,
  .peticlip-app.peticlip-source-standalone .peticlip-video-gradient{
    border-radius:24px!important;
    overflow:hidden!important;
  }

  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{
    right:-74px!important;
    bottom:22px!important;
    gap:13px!important;
    z-index:50!important;
  }

  body.peticlips-standalone-body .peticlip-rail-right,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right{
    grid-column:3!important;
    grid-row:1!important;
    width:112px!important;
    min-width:112px!important;
    max-width:112px!important;
    height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:14px 10px!important;
    overflow:hidden!important;
    background:#000!important;
    border-left:0!important;
    z-index:4!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-action-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-action-panel,
  body.peticlips-standalone-body .peticlip-desktop-community-widget,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-community-widget,
  body.peticlips-standalone-body .peticlip-rail-right .peticlip-comments-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right .peticlip-comments-panel{
    display:none!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-back-home,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-back-home{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#ffd53f,#ff4fd8)!important;
    color:#170018!important;
    font-size:13px!important;
    font-weight:950!important;
    text-decoration:none!important;
  }
}

@media (min-width:981px) and (max-width:1240px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{grid-template-columns:260px minmax(390px,1fr) 92px!important}
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{width:260px!important;min-width:260px!important;max-width:260px!important;padding-left:12px!important;padding-right:12px!important}
  body.peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{width:218px!important}
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{padding-right:86px!important}
  body.peticlips-standalone-body .peticlip-rail-right,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right{width:92px!important;min-width:92px!important;max-width:92px!important}
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{right:-66px!important}
}


/* 1.0.60 Restore desktop right reaction rail after layout/favicon fix
   Keeps the stable 3-column layout but pins reactions inside the video shell
   so love/comments/save/share/report never disappear off-canvas. */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    position:relative!important;
    overflow:hidden!important;
  }

  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:absolute!important;
    right:12px!important;
    top:auto!important;
    bottom:92px!important;
    z-index:80!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    pointer-events:auto!important;
    transform:none!important;
  }

  body.peticlips-standalone-body .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-actions .peticlip-action{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
  }

  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar),
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){
    width:46px!important;
    height:46px!important;
    border-radius:999px!important;
    background:rgba(15,15,18,.72)!important;
    border:1px solid rgba(255,255,255,.20)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.45)!important;
    backdrop-filter:blur(12px)!important;
  }

  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{
    right:82px!important;
    z-index:30!important;
  }

  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    right:82px!important;
    z-index:70!important;
  }

  body.peticlips-standalone-body .peticlip-tap-audio-hint,
  .peticlip-app.peticlip-source-standalone .peticlip-tap-audio-hint{
    right:82px!important;
    z-index:71!important;
  }
}

@media (min-width:981px) and (max-height:760px){
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{
    bottom:76px!important;
    gap:7px!important;
  }
  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar),
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){
    width:42px!important;
    height:42px!important;
  }
}


/* 1.0.61 Desktop: restore PetiClips reaction rail outside the video, in the right-side column.
   This keeps mobile reactions over the video, but on desktop returns love/comments/save/share/report
   to the clean vertical rail beside the video without hiding them off-canvas. */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    overflow:visible!important;
    padding-right:112px!important;
  }

  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed,
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card,
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    overflow:visible!important;
  }

  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-video-gradient,
  .peticlip-app.peticlip-source-standalone .peticlip-video-gradient{
    overflow:hidden!important;
    border-radius:24px!important;
  }

  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{
    position:absolute!important;
    right:-82px!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    z-index:120!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:68px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  body.peticlips-standalone-body .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-actions .peticlip-action,
  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action{
    width:64px!important;
    min-height:66px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    display:grid!important;
    place-items:center!important;
    gap:5px!important;
    opacity:1!important;
    visibility:visible!important;
    color:#fff!important;
  }

  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar),
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){
    width:50px!important;
    height:50px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:rgba(18,18,22,.82)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    box-shadow:0 10px 28px rgba(0,0,0,.44)!important;
    backdrop-filter:blur(12px)!important;
  }

  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action small{
    display:block!important;
    width:auto!important;
    max-width:74px!important;
    margin:0!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-align:center!important;
    text-shadow:0 1px 10px rgba(0,0,0,.88)!important;
    white-space:nowrap!important;
  }

  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action-love span,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action-love span{
    color:#ff3b7f!important;
    outline:1px solid rgba(255,59,127,.42)!important;
  }

  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action-love span::after,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action-love span::after{
    content:'';
    position:absolute;
    inset:-5px;
    border-radius:999px;
    border:1px solid rgba(255,59,127,.34);
    pointer-events:none;
  }

  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay{
    right:18px!important;
  }

  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls,
  body.peticlips-standalone-body .peticlip-tap-audio-hint,
  .peticlip-app.peticlip-source-standalone .peticlip-tap-audio-hint{
    right:18px!important;
  }
}

@media (min-width:981px) and (max-height:760px){
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{
    gap:9px!important;
    right:-76px!important;
  }
  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar),
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){
    width:44px!important;
    height:44px!important;
  }
  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action{
    min-height:56px!important;
  }
}


/* 1.0.62 Swipe navigation recovery + desktop reactions column safety */
.peticlip-feed{
  overscroll-behavior-y:contain!important;
  scroll-snap-type:y mandatory!important;
  touch-action:pan-y!important;
  -webkit-overflow-scrolling:touch!important;
}
.peticlip-card{
  scroll-snap-align:start!important;
  scroll-snap-stop:always!important;
}
.peticlip-video-shell,
.peticlip-video-frame,
.peticlip-native-video,
.peticlip-iframe{
  touch-action:pan-y!important;
}
.peticlip-actions,
.peticlip-actions-pro,
.peticlip-player-controls,
.peticlip-tap-audio-hint{
  touch-action:manipulation!important;
}
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    overflow-y:auto!important;
    overflow-x:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    overflow:visible!important;
  }
}
@media (max-width:980px){
  .peticlip-video-shell,
  .peticlip-video-frame,
  .peticlip-native-video,
  .peticlip-iframe{touch-action:pan-y!important;}
}


/* PetiClips 1.0.63 - navegación desktop, precarga visual y modo limpio */
.peticlip-app{position:relative}
.peticlip-app.is-clip-transitioning .peticlip-card.is-active .peticlip-video-shell{transform:scale(.992);transition:transform .22s ease,box-shadow .22s ease}
.peticlip-desktop-switcher{position:fixed;right:118px;top:50%;transform:translateY(-50%);z-index:80;display:flex;flex-direction:column;gap:10px;pointer-events:auto}
.peticlip-switch-btn,.peticlip-clean-toggle{width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(17,17,20,.82);color:#fff;font-weight:950;font-size:20px;display:grid;place-items:center;box-shadow:0 14px 35px rgba(0,0,0,.45);backdrop-filter:blur(10px);cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.peticlip-switch-btn:hover,.peticlip-clean-toggle:hover{transform:scale(1.06);background:linear-gradient(135deg,#ffcf24,#ff4faf);color:#190020;border-color:rgba(255,255,255,.38)}
.peticlip-clean-toggle{font-size:18px}.peticlip-clean-toggle.is-active{background:#ffd60a;color:#1f0038}
.peticlip-feed-progress{position:fixed;right:70px;top:50%;transform:translateY(-50%);z-index:78;display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:10px;font-weight:900;letter-spacing:.04em;writing-mode:vertical-rl;text-orientation:mixed;pointer-events:none}
.peticlip-feed-progress span{width:4px;height:126px;border-radius:999px;background:rgba(255,255,255,.18);position:relative;display:block;overflow:hidden}
.peticlip-feed-progress span::before{content:"";position:absolute;left:0;right:0;top:0;height:var(--peticlip-feed-progress,8%);border-radius:999px;background:linear-gradient(180deg,#ffd60a,#ff3b9c,#7b2cff);box-shadow:0 0 18px rgba(255,59,156,.55)}
.peticlip-app.is-clean-mode .peticlip-meta-overlay,.peticlip-app.is-clean-mode .peticlip-actions,.peticlip-app.is-clean-mode .peticlip-player-controls,.peticlip-app.is-clean-mode .peticlip-tap-audio-hint{opacity:0!important;pointer-events:none!important;transform:translateY(10px)!important;transition:opacity .18s ease,transform .18s ease!important}
.peticlip-app.is-clean-mode .peticlip-video-gradient{opacity:.22!important}
@media(max-width:980px){.peticlip-desktop-switcher,.peticlip-feed-progress{display:none!important}}
@media(min-width:981px){.peticlips-standalone-body .peticlip-actions,.peticlip-app.peticlip-source-standalone .peticlip-actions{right:-92px!important}.peticlip-app.is-clean-mode .peticlip-actions{opacity:0!important}}
@media(min-width:981px) and (max-width:1280px){.peticlip-desktop-switcher{right:74px}.peticlip-feed-progress{right:36px}.peticlips-standalone-body .peticlip-actions,.peticlip-app.peticlip-source-standalone .peticlip-actions{right:-74px!important}}


/* 1.0.64 - restore premium reaction icons + elegant desktop navigation */
.peticlip-actions-pro .peticlip-action span,
.peticlip-actions .peticlip-action span{
  position:relative!important;
  overflow:visible!important;
}
.peticlip-actions-pro .peticlip-action svg,
.peticlip-actions .peticlip-action svg{
  display:block!important;
  width:25px!important;
  height:25px!important;
  min-width:25px!important;
  min-height:25px!important;
  opacity:1!important;
  visibility:visible!important;
  color:currentColor!important;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.55));
  pointer-events:none!important;
}
.peticlip-actions-pro .peticlip-action-love svg,
.peticlip-actions .peticlip-action-love svg{
  color:#ff3b7f!important;
  fill:#ff3b7f!important;
  stroke:#ff3b7f!important;
}
.peticlip-actions-pro .peticlip-action-comments svg,
.peticlip-actions .peticlip-action-comments svg,
.peticlip-actions-pro .peticlip-action-save svg,
.peticlip-actions .peticlip-action-save svg,
.peticlip-actions-pro .peticlip-action-share svg,
.peticlip-actions .peticlip-action-share svg,
.peticlip-actions-pro .peticlip-action-report svg,
.peticlip-actions .peticlip-action-report svg{color:#fff!important;}

@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{
    right:-88px!important;
    width:68px!important;
    z-index:160!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.peticlips-standalone-body .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar),
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro .peticlip-action span:not(.peticlip-author-avatar){
    width:50px!important;
    height:50px!important;
  }
  .peticlip-desktop-switcher{
    position:fixed!important;
    left:calc(50% + 296px)!important;
    right:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:92!important;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
    pointer-events:auto!important;
    opacity:.42!important;
    transition:opacity .18s ease!important;
  }
  .peticlip-desktop-switcher:hover{opacity:1!important;}
  .peticlip-switch-btn{
    width:38px!important;
    height:38px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    background:rgba(8,8,12,.48)!important;
    color:rgba(255,255,255,.9)!important;
    box-shadow:0 10px 28px rgba(0,0,0,.34)!important;
    backdrop-filter:blur(12px)!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    font-size:0!important;
    line-height:1!important;
  }
  .peticlip-switch-btn svg{width:22px!important;height:22px!important;display:block!important;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4));}
  .peticlip-switch-btn:hover{
    transform:translateY(-1px) scale(1.04)!important;
    background:rgba(255,214,10,.92)!important;
    color:#1f0038!important;
    border-color:rgba(255,255,255,.42)!important;
  }
  .peticlip-clean-toggle{display:none!important;}
  .peticlip-feed-progress{display:none!important;}
  .peticlip-app.is-clean-mode .peticlip-meta-overlay,
  .peticlip-app.is-clean-mode .peticlip-actions,
  .peticlip-app.is-clean-mode .peticlip-player-controls,
  .peticlip-app.is-clean-mode .peticlip-tap-audio-hint{
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
  }
}
@media(min-width:981px) and (max-width:1280px){
  .peticlip-desktop-switcher{left:auto!important;right:24px!important;}
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions,
  body.peticlips-standalone-body .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-actions-pro{right:-74px!important;}
}
@media(max-width:980px){
  .peticlip-desktop-switcher,.peticlip-feed-progress{display:none!important;}
  .peticlip-actions-pro .peticlip-action svg,
  .peticlip-actions .peticlip-action svg{width:24px!important;height:24px!important;}
}


/* 1.0.65 - hard restore desktop reaction rail outside the video */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-card:not(.is-active) .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-active) .peticlip-actions{
    display:none!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro{
    position:fixed!important;
    left:var(--peticlip-active-rail-left, calc(50vw + 320px))!important;
    top:var(--peticlip-active-rail-top, 50vh)!important;
    right:auto!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    z-index:2147482000!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:72px!important;
    min-width:72px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action{
    display:grid!important;
    place-items:center!important;
    width:66px!important;
    min-height:66px!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    gap:5px!important;
    font-size:0!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action > span{
    width:52px!important;
    height:52px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(18,18,22,.86)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.46)!important;
    backdrop-filter:blur(14px)!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action svg,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    min-height:25px!important;
    opacity:1!important;
    visibility:visible!important;
    fill:currentColor!important;
    color:currentColor!important;
    stroke:none!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-love > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-love > span{
    color:#ff3b7f!important;
    outline:1px solid rgba(255,59,127,.45)!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-comments > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-comments > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-save > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-save > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-share > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-share > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-report > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-report > span{
    color:#fff!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action small{
    display:block!important;
    width:72px!important;
    max-width:72px!important;
    margin:0!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-align:center!important;
    text-shadow:0 2px 10px rgba(0,0,0,.9)!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-action-share small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-action-share small{
    display:block!important;
  }
  .peticlip-desktop-switcher{
    left:calc(var(--peticlip-active-rail-left, calc(50vw + 320px)) + 92px)!important;
    right:auto!important;
    opacity:.22!important;
  }
  .peticlip-desktop-switcher:hover{opacity:.88!important;}
}
@media (min-width:981px) and (max-height:760px){
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions{
    gap:8px!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action > span{
    width:46px!important;height:46px!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action{
    min-height:56px!important;
  }
}


/* 1.0.66 - premium swipe smoothing: elimina parpadeos durante cambio de clip */
.peticlip-app.is-premium-swiping .peticlip-feed,
body.peticlips-standalone-body .peticlip-app.is-premium-swiping .peticlip-feed,
.peticlip-app.peticlip-source-standalone.is-premium-swiping .peticlip-feed{
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  overscroll-behavior:contain!important;
}
.peticlip-app.is-premium-swiping .peticlip-card,
body.peticlips-standalone-body .peticlip-app.is-premium-swiping .peticlip-card,
.peticlip-app.peticlip-source-standalone.is-premium-swiping .peticlip-card{
  scroll-snap-align:none!important;
  scroll-snap-stop:normal!important;
}
.peticlip-app.is-premium-swiping .peticlip-actions,
.peticlip-app.is-premium-swiping .peticlip-actions-pro,
.peticlip-app.is-premium-swiping .peticlip-desktop-switcher{
  transition:opacity .16s ease, transform .16s ease!important;
  opacity:.42!important;
  pointer-events:none!important;
}
@media (min-width:981px){
  .peticlip-app.is-premium-swiping .peticlip-actions,
  .peticlip-app.is-premium-swiping .peticlip-actions-pro{
    opacity:0!important;
  }
}
.peticlip-app.is-premium-swiping .peticlip-card.is-buffering .peticlip-video-shell::before{
  opacity:0!important;
  animation:none!important;
}
.peticlip-app.is-premium-swiping .peticlip-native-video{
  will-change:transform, opacity;
  backface-visibility:hidden;
  transform:translateZ(0);
}


/* 1.0.67 - swipe premium sin parpadeo: evita repaint del video durante el cambio */
.peticlip-feed{
  -webkit-overflow-scrolling:touch;
  transform:translateZ(0);
  backface-visibility:hidden;
  contain:layout paint size;
}
.peticlip-card,
.peticlip-video-shell,
.peticlip-video-frame,
.peticlip-native-video{
  backface-visibility:hidden;
  transform:translateZ(0);
}
.peticlip-app.is-compositor-swiping .peticlip-feed{
  scroll-behavior:auto!important;
  scroll-snap-type:none!important;
}
.peticlip-app.is-compositor-swiping .peticlip-video-gradient,
.peticlip-app.is-compositor-swiping .peticlip-meta-overlay,
.peticlip-app.is-compositor-swiping .peticlip-player-controls{
  will-change:transform,opacity;
}
.peticlip-app.is-compositor-swiping .peticlip-native-video{
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
}
.peticlip-app.is-compositor-swiping .peticlip-card.is-buffering .peticlip-video-shell::before,
.peticlip-app.is-compositor-swiping .peticlip-card.is-buffering .peticlip-video-shell::after{
  opacity:0!important;
  animation:none!important;
}
@media (max-width:980px){
  .peticlip-feed{overscroll-behavior-y:contain!important;touch-action:pan-y!important;}
}


/* 1.0.68 - native snap swipe: elimina temblorina del video */
.peticlip-feed{
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
}
.peticlip-app.is-native-touch-swiping .peticlip-feed,
.peticlip-app.is-native-snap-swiping .peticlip-feed{
  scroll-snap-type:y mandatory!important;
  scroll-behavior:smooth!important;
}
.peticlip-app.is-native-touch-swiping .peticlip-card,
.peticlip-app.is-native-snap-swiping .peticlip-card{
  scroll-snap-align:start!important;
  scroll-snap-stop:always!important;
}
/* No fades during swipe: fading rails/text caused a perceptible flicker over video. */
.peticlip-app.is-native-touch-swiping .peticlip-actions,
.peticlip-app.is-native-touch-swiping .peticlip-actions-pro,
.peticlip-app.is-native-touch-swiping .peticlip-meta-overlay,
.peticlip-app.is-native-touch-swiping .peticlip-player-controls,
.peticlip-app.is-native-snap-swiping .peticlip-actions,
.peticlip-app.is-native-snap-swiping .peticlip-actions-pro,
.peticlip-app.is-native-snap-swiping .peticlip-meta-overlay,
.peticlip-app.is-native-snap-swiping .peticlip-player-controls{
  opacity:1!important;
  transition:none!important;
  transform:translateZ(0)!important;
}
.peticlip-app.is-native-touch-swiping .peticlip-native-video,
.peticlip-app.is-native-snap-swiping .peticlip-native-video,
.peticlip-app.is-native-touch-swiping .peticlip-video-frame,
.peticlip-app.is-native-snap-swiping .peticlip-video-frame{
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:translateZ(0)!important;
  backface-visibility:hidden!important;
}
@media (max-width:980px){
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    touch-action:pan-y!important;
    scroll-snap-type:y mandatory!important;
  }
}


/* 1.0.69 loader crash fix + PetiClips purple menu background */
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    background:
      radial-gradient(circle at 12% 6%, rgba(255,79,216,.20), transparent 24%),
      radial-gradient(circle at 68% 18%, rgba(123,24,255,.24), transparent 34%),
      linear-gradient(180deg,#16001d 0%, #08000d 46%, #010103 100%) !important;
    border-right:1px solid rgba(255,255,255,.07)!important;
    box-shadow:inset -18px 0 42px rgba(0,0,0,.32)!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left::before,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
    background:
      radial-gradient(circle at 18% 10%, rgba(255,255,255,.055) 0 1px, transparent 2px),
      radial-gradient(circle at 78% 22%, rgba(255,255,255,.04) 0 1px, transparent 2px)!important;
    background-size:28px 28px,34px 34px!important;
    opacity:.35!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{position:relative!important;}
  body.peticlips-standalone-body .peticlip-rail-left > *,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left > *{position:relative!important;z-index:1!important;}
  body.peticlips-standalone-body .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tab{
    background:rgba(255,255,255,.035)!important;
  }
  body.peticlips-standalone-body .peticlip-tab.is-active,
  .peticlip-app.peticlip-source-standalone .peticlip-tab.is-active{
    background:linear-gradient(90deg,rgba(255,213,63,.18),rgba(255,79,216,.10),rgba(255,255,255,.035))!important;
  }
}

/* 1.0.70 - desktop reaction column restored beside video without clipping */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-video-shell{
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-video-frame{
    overflow:hidden!important;
    border-radius:inherit!important;
  }
  body.peticlips-standalone-body .peticlip-card:not(.is-active) .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-active) .peticlip-actions{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro{
    position:absolute!important;
    left:auto!important;
    right:-86px!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    z-index:999999!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:74px!important;
    min-width:74px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action{
    display:grid!important;
    place-items:center!important;
    width:66px!important;
    min-height:66px!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    gap:5px!important;
    font-size:0!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action > span{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(18,18,22,.86)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.46)!important;
    backdrop-filter:blur(14px)!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action svg,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    min-height:25px!important;
    opacity:1!important;
    visibility:visible!important;
    fill:currentColor!important;
    color:currentColor!important;
    stroke:none!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-love > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-love > span{
    color:#ff3b7f!important;
    outline:1px solid rgba(255,59,127,.45)!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-comments > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-comments > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-save > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-save > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-share > span,
  .peticlip-app.peticlip-source-standalone .peticlip-actions .peticlip-action-share > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action-report > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action-report > span{
    color:#fff!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action small{
    display:block!important;
    width:74px!important;
    max-width:74px!important;
    margin:0!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-align:center!important;
    text-shadow:0 2px 10px rgba(0,0,0,.9)!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-switcher,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-switcher{
    left:auto!important;
    right:clamp(22px,4vw,84px)!important;
    opacity:.18!important;
  }
}
@media (min-width:981px) and (max-height:760px){
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions{gap:8px!important;right:-78px!important}
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action > span{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action{min-height:56px!important}
}


/* 1.0.71 - FIX FINAL: columna de reacciones desktop visible fuera del contenedor del video
   La version 1.0.70 las dejaba absolute/right negativo y varios wrappers las recortaban.
   Regresamos a posicionamiento fijo con variables sincronizadas por JS, para que siempre queden a lado del video. */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-card:not(.is-active) .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-active) .peticlip-actions,
  body.peticlips-standalone-body .peticlip-card:not(.is-active) .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-active) .peticlip-actions-pro{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro{
    position:fixed!important;
    left:var(--peticlip-active-rail-left, calc(50vw + 302px))!important;
    top:var(--peticlip-active-rail-top, 50vh)!important;
    right:auto!important;
    bottom:auto!important;
    transform:translate3d(0,-50%,0)!important;
    z-index:2147483000!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    height:auto!important;
    max-height:calc(100vh - 120px)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    overflow:visible!important;
    contain:none!important;
    will-change:transform!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro .peticlip-action{
    display:grid!important;
    place-items:center!important;
    width:70px!important;
    min-width:70px!important;
    min-height:66px!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    gap:5px!important;
    font-size:0!important;
    line-height:1!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro .peticlip-action > span{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(18,18,22,.88)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.48)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:visible!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action svg,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action svg,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro .peticlip-action svg,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro .peticlip-action svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    min-height:25px!important;
    opacity:1!important;
    visibility:visible!important;
    fill:currentColor!important;
    color:currentColor!important;
    stroke:none!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-action-love > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-action-love > span{
    color:#ff3b7f!important;
    outline:1px solid rgba(255,59,127,.48)!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action small,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro .peticlip-action small{
    display:block!important;
    width:76px!important;
    max-width:76px!important;
    margin:0!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-align:center!important;
    text-shadow:0 2px 10px rgba(0,0,0,.92)!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-action-report small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-action-report small{
    font-size:11px!important;
  }

  /* Durante el scroll/snap nativo NO ocultamos la rail; solo baja suavemente la opacidad si aplica. */
  .peticlip-app.is-premium-swiping .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.is-native-touch-swiping .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.is-native-snap-swiping .peticlip-card.is-active .peticlip-actions{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  body.peticlips-standalone-body .peticlip-desktop-switcher,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-switcher{
    left:calc(var(--peticlip-active-rail-left, calc(50vw + 302px)) + 96px)!important;
    right:auto!important;
    opacity:.16!important;
    z-index:2147482500!important;
  }
}

@media (min-width:981px) and (max-height:760px){
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro{
    gap:8px!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action > span,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro .peticlip-action > span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro .peticlip-action > span{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions .peticlip-action,
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro .peticlip-action{
    min-height:56px!important;
  }
}


/* 1.0.72 - Reactions rail real: desktop rail is now cloned to body to avoid being clipped by video/card wrappers. */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-card .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card .peticlip-actions{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body .peticlip-floating-reactions-rail[data-peticlip-floating="1"]{
    position:fixed!important;
    transform:translate3d(0,-50%,0)!important;
    z-index:2147483640!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    height:auto!important;
    max-height:calc(100vh - 120px)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    overflow:visible!important;
    contain:none!important;
    will-change:transform,left,top!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action{
    appearance:none!important;
    display:grid!important;
    place-items:center!important;
    width:74px!important;
    min-width:74px!important;
    min-height:68px!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    gap:5px!important;
    font-size:0!important;
    line-height:1!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action > span{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(18,18,22,.90)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.50)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:visible!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    min-height:25px!important;
    opacity:1!important;
    visibility:visible!important;
    fill:currentColor!important;
    color:currentColor!important;
    stroke:none!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action-love > span{
    color:#ff3b7f!important;
    outline:1px solid rgba(255,59,127,.50)!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action-save.is-saved > span,
  body .peticlip-floating-reactions-rail .peticlip-action-love.is-active > span{
    background:linear-gradient(135deg,#ff2f7e,#9024ff)!important;
    color:#fff!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action small{
    display:block!important;
    width:78px!important;
    max-width:78px!important;
    margin:0!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-align:center!important;
    text-shadow:0 2px 10px rgba(0,0,0,.92)!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  body .peticlip-floating-reactions-rail .peticlip-action-report small{font-size:11px!important;}
}
@media(max-width:980px){body .peticlip-floating-reactions-rail[data-peticlip-floating="1"]{display:none!important}}


/* 1.0.74 Desktop detail panel inspired by TikTok: creator card, actions, share and comments. */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:300px minmax(430px,1fr) minmax(430px,520px)!important;
    background:#000!important;
  }
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    grid-column:2!important;
    padding:12px 28px 12px 28px!important;
    justify-content:center!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    max-width:470px!important;
    margin:0 auto!important;
  }
  body.peticlips-standalone-body .peticlip-rail-right.peticlip-tiktok-detail-rail,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right.peticlip-tiktok-detail-rail{
    grid-column:3!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:100dvh!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:center!important;
    padding:22px 24px!important;
    overflow:hidden auto!important;
    background:#0b0b0d!important;
    border-left:1px solid rgba(255,255,255,.08)!important;
    z-index:5!important;
  }
  body.peticlips-standalone-body .peticlip-tiktok-detail-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-tiktok-detail-panel{
    width:100%!important;
    max-width:500px!important;
    color:#fff!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    font-family:inherit!important;
  }
  body.peticlips-standalone-body .peticlip-detail-loading,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-loading{
    margin-top:80px!important;padding:24px!important;border-radius:22px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important;text-align:center!important;color:#fff!important
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-author-card,
  .peticlip-tiktok-detail-panel .peticlip-detail-actions-row,
  .peticlip-tiktok-detail-panel .peticlip-detail-share-box,
  .peticlip-tiktok-detail-panel .peticlip-detail-pane{
    background:#171719!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:14px!important;
    box-shadow:none!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-author-card{padding:18px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-author-main{display:grid!important;grid-template-columns:52px 1fr auto!important;gap:12px!important;align-items:center!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-avatar{width:52px!important;height:52px!important;border:0!important;border-radius:999px!important;overflow:hidden!important;background:#28282d!important;padding:0!important;cursor:pointer!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-author-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:3px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-author-name{appearance:none!important;border:0!important;background:transparent!important;color:#fff!important;text-align:left!important;font-size:20px!important;font-weight:950!important;line-height:1.05!important;padding:0!important;cursor:pointer!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-author-copy small{color:rgba(255,255,255,.72)!important;font-weight:700!important;font-size:13px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-follow{appearance:none!important;border:0!important;border-radius:4px!important;background:#ff2f62!important;color:#fff!important;min-width:112px!important;height:44px!important;font-size:16px!important;font-weight:950!important;cursor:pointer!important;box-shadow:none!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-follow.is-following{background:#2a2a2f!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-plan{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:12px!important;border-radius:999px!important;padding:6px 10px!important;background:linear-gradient(135deg,#7c35ff,#27a7ff)!important;color:#fff!important;font-size:12px!important;font-weight:950!important;width:max-content!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-caption{margin:12px 0 8px!important;color:#fff!important;font-size:15px!important;line-height:1.42!important;font-weight:650!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-tags{display:flex!important;flex-wrap:wrap!important;gap:5px 8px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-tags span{color:#77b7ff!important;font-size:15px!important;font-weight:800!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-sound{margin-top:12px!important;color:#fff!important;font-size:15px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-actions-row{display:flex!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action{appearance:none!important;border:0!important;background:transparent!important;color:#fff!important;display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0!important;cursor:pointer!important;font-size:14px!important;font-weight:950!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action span{width:38px!important;height:38px!important;border-radius:999px!important;background:#2a2a2d!important;display:grid!important;place-items:center!important;color:#fff!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action svg{display:block!important;width:20px!important;height:20px!important;fill:currentColor!important;color:currentColor!important;stroke:none!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action.is-love span{color:#fff!important;background:#303034!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action.is-love:hover span{color:#ff3b7f!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action.is-saved span{background:linear-gradient(135deg,#ffcf24,#ff4fd8)!important;color:#180021!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-share-box{display:grid!important;grid-template-columns:1fr 150px!important;padding:0!important;overflow:hidden!important;background:#252528!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-share-box input{height:42px!important;border:0!important;background:#2d2d31!important;color:#fff!important;padding:0 14px!important;font-size:15px!important;font-weight:650!important;min-width:0!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-share-box button{height:42px!important;border:0!important;background:#19191c!important;color:#fff!important;font-weight:950!important;font-size:14px!important;cursor:pointer!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;border-bottom:1px solid rgba(255,255,255,.12)!important;margin-top:4px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-tabs button{appearance:none!important;border:0!important;background:transparent!important;color:rgba(255,255,255,.62)!important;height:48px!important;font-size:16px!important;font-weight:950!important;cursor:pointer!important;border-bottom:2px solid transparent!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-tabs button.is-active{color:#fff!important;border-bottom-color:#fff!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-pane{border-radius:0!important;background:transparent!important;border:0!important;min-height:260px!important;padding:0 0 18px!important;}
  .peticlip-tiktok-detail-panel .peticlip-comments-head{display:none!important;}
  .peticlip-tiktok-detail-panel .peticlip-comments-list{max-height:41vh!important;min-height:230px!important;overflow:auto!important;padding:18px 10px 10px!important;display:flex!important;flex-direction:column!important;gap:17px!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment{display:grid!important;grid-template-columns:46px 1fr 36px!important;gap:11px!important;align-items:start!important;color:#fff!important;background:transparent!important;border:0!important;padding:0!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-avatar{width:46px!important;height:46px!important;border-radius:999px!important;background:linear-gradient(135deg,#ffcf24,#ff4fd8,#7c35ff)!important;display:grid!important;place-items:center!important;color:#fff!important;font-weight:950!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-copy{min-width:0!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-copy strong{display:block!important;color:#fff!important;font-size:15px!important;font-weight:950!important;margin-bottom:4px!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-copy div{color:#fff!important;font-size:15px!important;line-height:1.34!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-copy small{display:block!important;margin-top:6px!important;color:rgba(255,255,255,.56)!important;font-size:13px!important;font-weight:750!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-like{appearance:none!important;border:0!important;background:transparent!important;color:rgba(255,255,255,.64)!important;font-size:27px!important;line-height:1!important;cursor:pointer!important;}
  .peticlip-tiktok-detail-panel .peticlip-comment-empty{color:rgba(255,255,255,.62)!important;background:#171719!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;padding:18px!important;text-align:center!important;font-weight:850!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-comment-form{display:flex!important;gap:10px!important;padding:14px!important;background:#202024!important;border-radius:0!important;margin:0!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-comment-form textarea{flex:1!important;min-height:48px!important;max-height:92px!important;border:0!important;border-radius:8px!important;background:#2b2b30!important;color:#fff!important;padding:12px!important;font-size:14px!important;resize:vertical!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-comment-form button{width:118px!important;border-radius:8px!important;background:#ff2f62!important;color:#fff!important;border:0!important;font-weight:950!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:16px 0!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video{appearance:none!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:12px!important;background:#171719!important;color:#fff!important;overflow:hidden!important;text-align:left!important;padding:0 0 10px!important;cursor:pointer!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video img,
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video > span{display:grid!important;place-items:center!important;width:100%!important;aspect-ratio:9/13!important;background:#26262b!important;object-fit:cover!important;color:#fff!important;font-size:28px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video strong{display:block!important;padding:9px 10px 3px!important;color:#fff!important;font-size:13px!important;line-height:1.15!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video small{display:block!important;padding:0 10px!important;color:rgba(255,255,255,.58)!important;font-size:12px!important;font-weight:750!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-empty{padding:20px!important;border-radius:14px!important;background:#171719!important;color:rgba(255,255,255,.62)!important;text-align:center!important;font-weight:850!important;}
  body .peticlip-floating-reactions-rail[data-peticlip-floating="1"]{display:none!important;}
}
@media (min-width:981px) and (max-width:1380px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{grid-template-columns:280px minmax(390px,1fr) minmax(360px,430px)!important;}
  body.peticlips-standalone-body .peticlip-rail-right.peticlip-tiktok-detail-rail,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right.peticlip-tiktok-detail-rail{padding:18px 16px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-share-box{grid-template-columns:1fr 126px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-actions-row{gap:8px!important;}
  .peticlip-tiktok-detail-panel .peticlip-detail-action span{width:35px!important;height:35px!important;}
}
@media (max-width:980px){
  .peticlip-tiktok-detail-rail{display:none!important;}
}


/* 1.0.77: Return to Petify + clearer mobile menu icon */
.peticlip-return-petify{
  display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;
  background:linear-gradient(135deg,#ffd60a,#ff7aa8);color:#21002f!important;text-decoration:none!important;
  font-weight:950;font-size:13px;box-shadow:0 14px 32px rgba(255,122,168,.20);white-space:nowrap;
}
.peticlip-return-petify:hover{filter:brightness(1.05);transform:translateY(-1px)}
.peticlip-return-petify-side,.peticlip-mobile-return-petify{background:rgba(255,214,10,.14)!important;color:#ffd60a!important;border-color:rgba(255,214,10,.28)!important;font-weight:950!important}
.peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
.peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
  width:24px!important;height:18px!important;display:inline-flex!important;position:relative!important;background:none!important;border-radius:0!important;box-shadow:none!important;
}
.peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon::before,
.peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before{
  content:'';position:absolute;left:0;right:0;top:0;height:3px;border-radius:999px;background:#fff;
  box-shadow:0 7px 0 #fff,0 14px 0 #fff;
}
.peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon::after,
.peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after{
  content:'MENÚ';position:absolute;left:50%;top:23px;transform:translateX(-50%);font-size:8px;line-height:1;font-weight:950;letter-spacing:.04em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55);
}
.peticlip-mobile-drawer-fab,.peticlip-mobile-menu-bubble{background:rgba(20,11,26,.72)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(10px)}
@media(max-width:780px){.peticlip-return-petify-desktop{display:none!important}.peticlip-mobile-menu-head{padding-top:8px}}


/* 1.0.78: right panel readability + mobile hamburger + visible return */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-rail-right.peticlip-tiktok-detail-rail,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right.peticlip-tiktok-detail-rail{
    padding-top:18px!important;
    align-items:flex-start!important;
    overflow-y:auto!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-author-card{
    padding:18px 18px 16px!important;
    overflow:visible!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-title{
    display:block!important;
    margin:14px 0 7px!important;
    color:#fff!important;
    font-size:19px!important;
    line-height:1.18!important;
    font-weight:1000!important;
    letter-spacing:-.025em!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-height:none!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-caption{
    display:block!important;
    margin:0 0 10px!important;
    color:rgba(255,255,255,.88)!important;
    font-size:15px!important;
    line-height:1.42!important;
    font-weight:650!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-height:none!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:unset!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-tags{
    max-height:none!important;
    overflow:visible!important;
  }
}

/* Replace the confusing PetiClips icon button with a clear hamburger menu on mobile */
@media(max-width:980px){
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab,
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble{
    width:52px!important;
    height:52px!important;
    border-radius:18px!important;
    background:rgba(12,9,18,.74)!important;
    border:1px solid rgba(255,255,255,.20)!important;
    box-shadow:0 16px 36px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.04) inset!important;
    overflow:visible!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab::before,
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble::before{display:none!important;content:none!important;}
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon,
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
    width:26px!important;
    height:18px!important;
    border-radius:0!important;
    background:none!important;
    background-image:none!important;
    box-shadow:none!important;
    position:relative!important;
    display:block!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon::before,
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before{
    content:''!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:3px!important;
    border-radius:999px!important;
    background:#fff!important;
    box-shadow:0 7.5px 0 #fff,0 15px 0 #fff!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon::after,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab .peticlip-menu-bubble-icon::after,
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after{
    display:none!important;
    content:none!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-return-floating,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-return-floating{
    position:fixed!important;
    top:calc(14px + env(safe-area-inset-top))!important;
    right:14px!important;
    z-index:82!important;
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 13px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#ffd60a,#ff7aa8)!important;
    color:#21002f!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:1000!important;
    box-shadow:0 14px 32px rgba(0,0,0,.28)!important;
    border:1px solid rgba(255,255,255,.18)!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{display:none!important;}
}
@media(min-width:981px){.peticlip-mobile-return-floating{display:none!important;}}


/* 1.0.80: rollback-safe premium repairs. Restores right-side video reaction rail and keeps creator profile visible. */
@media (min-width:981px){
  body .peticlip-floating-reactions-rail[data-peticlip-floating="1"]{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483640!important;
  }
  body.peticlips-standalone-body .peticlip-card.is-active .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-active .peticlip-actions-pro{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.peticlips-standalone-body .peticlip-rail-right.peticlip-tiktok-detail-rail,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right.peticlip-tiktok-detail-rail{
    overflow-y:auto!important;
    padding:18px 16px!important;
    background:#0b0b0d!important;
  }
  body.peticlips-standalone-body .peticlip-tiktok-detail-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-tiktok-detail-panel{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    max-width:500px!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-author-card{
    display:block!important;
    padding:18px!important;
    overflow:visible!important;
    background:linear-gradient(180deg,rgba(28,28,33,.98),rgba(18,18,22,.98))!important;
    border-radius:18px!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-author-main{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) auto!important;
    gap:12px!important;
    align-items:center!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-title{
    display:block!important;
    margin:14px 0 8px!important;
    color:#fff!important;
    font-size:20px!important;
    line-height:1.22!important;
    font-weight:1000!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-height:none!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-caption{
    display:block!important;
    margin:0 0 12px!important;
    color:rgba(255,255,255,.88)!important;
    font-size:15px!important;
    line-height:1.48!important;
    font-weight:650!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-height:none!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-tags{max-height:none!important;overflow:visible!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important}
  .peticlip-tiktok-detail-panel .peticlip-detail-sound{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.35!important}
  .peticlip-tiktok-detail-panel .peticlip-detail-actions-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:12px!important;
    padding:12px 14px!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(28,28,33,.98),rgba(18,18,22,.98))!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-share-box{border-radius:16px!important;overflow:hidden!important}
  .peticlip-tiktok-detail-panel .peticlip-detail-pane{min-height:220px!important;padding-bottom:14px!important}
  .peticlip-tiktok-detail-panel .peticlip-comments-list{max-height:36vh!important;min-height:180px!important;overflow:auto!important}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:14px 0!important}
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video strong{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    display:block!important;
  }
}
@media(max-width:980px){
  body .peticlip-floating-reactions-rail[data-peticlip-floating="1"]{display:none!important}
}


/* 1.0.81: prevent creator videos from pushing detail content and make tabs real panes */
@media (min-width:981px){
  .peticlip-tiktok-detail-panel [data-detail-pane][hidden],
  .peticlip-tiktok-detail-panel [data-detail-pane]:not(.is-active){
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    opacity:0!important;
  }
  .peticlip-tiktok-detail-panel [data-detail-pane].is-active{
    display:block!important;
    visibility:visible!important;
    height:auto!important;
    min-height:220px!important;
    max-height:none!important;
    opacity:1!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-tabs{
    position:sticky!important;
    top:0!important;
    z-index:9!important;
    background:#0b0b0d!important;
    padding-top:4px!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-tabs button[data-detail-tab="creator"]::after{
    content:' ›';
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-title,
  .peticlip-tiktok-detail-panel .peticlip-detail-caption{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-height:none!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-author-card{
    flex:0 0 auto!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-grid{
    max-height:48vh!important;
    overflow:auto!important;
    padding:14px 2px 18px!important;
  }
  .peticlip-tiktok-detail-panel .peticlip-detail-creator-video{
    min-height:104px!important;
  }
}

/* 1.0.82: creator channel top actions and contrast fix */
.peticlip-profile-sticky-actions{
  position:sticky!important;
  top:0!important;
  z-index:20!important;
  padding:10px 0 14px!important;
  margin:0 0 18px!important;
  background:linear-gradient(180deg,rgba(8,0,12,.98),rgba(8,0,12,.86) 72%,rgba(8,0,12,0))!important;
  backdrop-filter:blur(10px)!important;
}
.peticlip-profile-topline-left{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.peticlip-profile-return-petify,
.peticlip-profile-return-plc,
.peticlip-profile .peticlip-back-link{
  color:#fff!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.20)!important;
}
.peticlip-profile-return-petify{
  background:linear-gradient(135deg,#ffd53f,#ff8ac6)!important;
  color:#1c0628!important;
  border-color:rgba(255,255,255,.18)!important;
  font-weight:1000!important;
}
.peticlip-profile-return-plc{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  font-weight:950!important;
}
.peticlip-profile .peticlip-profile-back-to-feed,
.peticlip-profile-topline .peticlip-profile-back-to-feed,
button.peticlip-profile-back-to-feed{
  background:linear-gradient(135deg,#ffd53f,#ffb800)!important;
  color:#21002f!important;
  border:0!important;
  box-shadow:0 14px 32px rgba(255,196,0,.18)!important;
  opacity:1!important;
  text-shadow:none!important;
  font-weight:1000!important;
}
.peticlip-profile .peticlip-profile-back-to-feed:hover{filter:brightness(1.05)!important;transform:translateY(-1px)!important}
@media(max-width:980px){
  .peticlip-profile-shell{padding-top:76px!important}
  .peticlip-profile-sticky-actions{
    top:0!important;
    padding:12px 0 12px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .peticlip-profile-topline-left{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}
  .peticlip-profile-return-petify,
  .peticlip-profile-return-plc,
  .peticlip-profile .peticlip-profile-back-to-feed{
    width:100%!important;
    min-height:42px!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:16px!important;
    padding:10px 12px!important;
    font-size:12px!important;
  }
}
@media(min-width:981px){
  .peticlip-profile-sticky-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
}


/* 1.0.83: visible login/register entry points for peticlips.com */
.peticlip-visible-auth{display:grid!important;gap:10px!important;margin:12px 0!important;padding:14px!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.055))!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 40px rgba(0,0,0,.20)!important;color:#fff!important}
.peticlip-visible-auth-copy{display:grid!important;gap:4px!important}.peticlip-visible-auth-copy strong{font-size:16px!important;line-height:1.12!important;font-weight:1000!important;color:#fff!important}.peticlip-visible-auth-copy span{font-size:11px!important;line-height:1.35!important;font-weight:800!important;color:rgba(255,255,255,.74)!important}.peticlip-visible-auth-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.peticlip-visible-auth-btn,.peticlip-desktop-auth,.peticlip-mobile-auth-floating{appearance:none!important;border:0!important;cursor:pointer!important;text-decoration:none!important;font-family:inherit!important;font-weight:1000!important;line-height:1!important}.peticlip-visible-auth-btn{min-height:42px!important;border-radius:14px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important}.peticlip-visible-auth-btn.is-login{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}.peticlip-visible-auth-btn.is-register{background:linear-gradient(135deg,#ffd60a,#ff4fb8)!important;color:#21002f!important;box-shadow:0 12px 28px rgba(255,79,184,.20)!important}.peticlip-visible-auth-user{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.peticlip-visible-auth-user img{width:42px!important;height:42px!important;border-radius:999px!important;object-fit:cover!important;border:2px solid rgba(255,214,10,.80)!important}.peticlip-visible-auth-user span{min-width:0!important;display:grid!important;gap:1px!important}.peticlip-visible-auth-user small{font-size:10px!important;font-weight:900!important;color:rgba(255,255,255,.62)!important}.peticlip-visible-auth-user strong{font-size:13px!important;font-weight:1000!important;color:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.peticlip-visible-auth.is-logged-in .peticlip-visible-auth-btn{background:linear-gradient(135deg,#ffd60a,#ff8ac6)!important;color:#21002f!important}
.peticlip-desktop-auth{min-height:42px!important;border-radius:999px!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;background:linear-gradient(135deg,#ffd60a,#ff4fb8)!important;color:#21002f!important;box-shadow:0 12px 28px rgba(255,79,184,.18)!important;font-size:13px!important}.peticlip-desktop-auth.peticlip-tab{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}
.peticlip-auth-drawer.is-register-target .peticlip-auth-inline-register{outline:2px solid rgba(255,214,10,.45)!important;box-shadow:0 0 0 6px rgba(255,214,10,.08)!important}.peticlip-auth-drawer.is-login-target .peticlip-auth-login-form{outline:2px solid rgba(255,255,255,.18)!important;box-shadow:0 0 0 6px rgba(255,255,255,.055)!important;border-radius:18px!important}
@media(min-width:981px){body.peticlips-standalone-body .peticlip-visible-auth-sidebar,.peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar{display:grid!important}.peticlip-visible-auth-mobile-menu{display:none!important}}
@media(max-width:980px){.peticlip-visible-auth-sidebar{display:none!important}.peticlip-visible-auth-mobile-menu{display:grid!important;margin:10px 0 12px!important}.peticlip-mobile-auth-floating{position:fixed!important;right:14px!important;top:calc(62px + env(safe-area-inset-top))!important;z-index:82!important;min-height:38px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(21,0,31,.52)!important;color:#fff!important;font-size:11px!important;box-shadow:0 14px 30px rgba(0,0,0,.28)!important;border:1px solid rgba(255,214,10,.38)!important;backdrop-filter:blur(14px) saturate(1.2)!important;-webkit-backdrop-filter:blur(14px) saturate(1.2)!important;text-shadow:0 1px 6px rgba(0,0,0,.45)!important}.peticlip-mobile-auth-floating::before{content:''!important;width:6px!important;height:6px!important;border-radius:999px!important;background:#ffd60a!important;box-shadow:0 0 14px rgba(255,214,10,.7)!important}.peticlip-app.is-auth-open .peticlip-mobile-auth-floating,.peticlip-app.is-menu-open .peticlip-mobile-auth-floating{display:none!important}}
@media(min-width:981px){.peticlip-mobile-auth-floating{display:none!important}}


/* 1.0.84: compact visible auth card without pushing desktop sidebar menu */
@media(min-width:981px){
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:10px 10px 10px!important;
    gap:6px!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(255,214,10,.35) rgba(255,255,255,.04)!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left::-webkit-scrollbar,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left::-webkit-scrollbar{width:6px!important}
  body.peticlips-standalone-body .peticlip-rail-left::-webkit-scrollbar-thumb,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left::-webkit-scrollbar-thumb{background:rgba(255,214,10,.30)!important;border-radius:999px!important}
  body.peticlips-standalone-body .peticlip-brand-tiktok,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-tiktok{
    padding:8px 10px!important;
    border-radius:18px!important;
    box-shadow:none!important;
    flex:0 0 auto!important;
  }
  body.peticlips-standalone-body .peticlip-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-brand-logo{
    width:166px!important;
    max-height:58px!important;
    margin:0!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar{
    margin:2px 0 4px!important;
    padding:9px!important;
    gap:7px!important;
    border-radius:16px!important;
    box-shadow:none!important;
    flex:0 0 auto!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-copy,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-copy{gap:2px!important}
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-copy strong,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-copy strong{
    font-size:14px!important;
    line-height:1.05!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-copy span,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-copy span{
    font-size:10px!important;
    line-height:1.18!important;
    max-height:24px!important;
    overflow:hidden!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-actions{
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-btn,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-btn{
    min-height:31px!important;
    border-radius:11px!important;
    padding:0 8px!important;
    font-size:10.5px!important;
    white-space:nowrap!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-user img,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-user img{
    width:34px!important;
    height:34px!important;
  }
  body.peticlips-standalone-body .peticlip-visible-auth-sidebar .peticlip-visible-auth-user strong,
  .peticlip-app.peticlip-source-standalone .peticlip-visible-auth-sidebar .peticlip-visible-auth-user strong{font-size:12px!important}
  body.peticlips-standalone-body .peticlip-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-tabs{
    gap:2px!important;
    flex:0 0 auto!important;
  }
  body.peticlips-standalone-body .peticlip-desktop-menu-label,
  .peticlip-app.peticlip-source-standalone .peticlip-desktop-menu-label{
    margin:4px 8px 3px!important;
  }
  body.peticlips-standalone-body .peticlip-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-tab{
    min-height:34px!important;
    padding:6px 10px!important;
  }
  body.peticlips-standalone-body .peticlip-left-secondary-links,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links{
    margin-top:6px!important;
    flex:0 0 auto!important;
    gap:5px!important;
  }
  body.peticlips-standalone-body .peticlip-left-secondary-links .peticlip-desktop-back,
  .peticlip-app.peticlip-source-standalone .peticlip-left-secondary-links .peticlip-desktop-back{
    min-height:30px!important;
    padding:7px 10px!important;
    border-radius:13px!important;
  }
}

/* 1.0.85: clear feedback for reactions/comments without altering the PetiClips layout. */
.peticlip-comment-status{margin-top:8px!important;font-size:11px!important;line-height:1.35!important;font-weight:900!important;color:rgba(255,255,255,.72)!important}
.peticlip-comment-status.is-error{color:#ff8aa8!important}.peticlip-comment-status.is-success{color:#9dffbf!important}
.peticlip-action.is-busy,.peticlip-detail-action.is-busy,.peticlip-floating-reactions-rail [data-action].is-busy{opacity:.72!important;transform:scale(.96)!important;pointer-events:none!important}
.peticlip-toast.is-visible{z-index:2147482000!important}


/* 1.0.90 Loader logo visibility + faster perceived loading */
.peticlip-loading-brand-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:14px!important;min-height:220px!important}
.peticlip-loading-logo{display:block!important;width:min(230px,62vw)!important;max-width:230px!important;height:auto!important;object-fit:contain!important;margin:0 auto 2px!important;filter:drop-shadow(0 18px 36px rgba(131,38,255,.32)) drop-shadow(0 6px 16px rgba(255,213,63,.22))!important;opacity:1!important;visibility:visible!important;transform:translateZ(0)!important}
.peticlip-loader-logo-priority{content-visibility:visible!important}
.peticlip-loading-brand-card .peticlip-lite-loader{display:block!important;margin:4px auto 0!important;width:min(260px,64vw)!important}
.peticlip-loading-brand-card strong{margin-top:2px!important}
.peticlip-loading-brand-card p{max-width:360px!important}
@media(max-width:980px){
  .peticlip-loading-brand-card{min-height:100dvh!important;padding:20vh 28px 18vh!important;gap:14px!important}
  .peticlip-loading-logo{width:min(245px,70vw)!important;max-width:245px!important;margin-bottom:8px!important}
  .peticlip-loading-brand-card .peticlip-lite-loader{width:min(270px,72vw)!important}
}
@media(max-width:480px){
  .peticlip-loading-logo{width:min(220px,76vw)!important}
  .peticlip-loading-brand-card{padding-top:18vh!important}
}


/* 1.0.94: hide video reaction rail while viewing/editing Mi Canal */
.peticlip-app.is-profile-mode .peticlip-feed,
.peticlip-app.is-profile-mode .peticlip-card,
.peticlip-app.is-profile-mode .peticlip-actions,
.peticlip-app.is-profile-mode .peticlip-actions-pro,
.peticlip-app.is-profile-mode .peticlip-feed-progress,
.peticlip-app.is-profile-mode .peticlip-desktop-switcher{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}
body:has(.peticlip-app.is-profile-mode) .peticlip-floating-reactions-rail{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}
.peticlip-floating-reactions-rail[aria-hidden="true"]{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}


/* 1.0.95: Profile saved/shared tabs */
.peticlip-profile-tabs button{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.58)!important;
  font:inherit!important;
  font-weight:950!important;
  cursor:pointer!important;
  padding:0 0 16px!important;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
}
.peticlip-profile-tabs button small{
  font-size:12px!important;
  line-height:1!important;
  min-width:20px!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  color:#1a0820!important;
  background:rgba(255,214,10,.92)!important;
}
.peticlip-profile-tabs button.is-active{
  color:#fff!important;
}
.peticlip-profile-tabs button.is-active:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-1px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#fff!important;
}
.peticlip-profile-grid[hidden]{
  display:none!important;
}


/* 1.0.97: password eye toggle + safer auth fields */
.peticlip-password-field{
  position:relative!important;
  display:block!important;
  width:100%!important;
}
.peticlip-auth-drawer .peticlip-password-field input{
  width:100%!important;
  padding-right:52px!important;
}
.peticlip-password-toggle{
  position:absolute!important;
  right:10px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  font-size:17px!important;
  line-height:1!important;
  box-shadow:none!important;
  padding:0!important;
}
.peticlip-password-toggle:hover,
.peticlip-password-toggle:focus-visible{
  background:rgba(255,214,10,.18)!important;
  border-color:rgba(255,214,10,.48)!important;
  outline:none!important;
}
.peticlip-auth-login-form .login-password,
.peticlip-auth-inline-register form{
  position:relative!important;
}


/* 1.0.98: functional logout buttons */
.peticlip-visible-auth-actions.is-session-actions{
  display:grid!important;
  gap:8px!important;
}
.peticlip-visible-auth-btn.is-logout,
.peticlip-auth-logout{
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}
.peticlip-visible-auth-btn.is-logout:hover,
.peticlip-auth-logout:hover,
.peticlip-visible-auth-btn.is-logout:focus-visible,
.peticlip-auth-logout:focus-visible{
  background:rgba(255,75,130,.18)!important;
  border-color:rgba(255,75,130,.55)!important;
}
.peticlip-mobile-menu-tabs .peticlip-auth-logout{
  width:100%!important;
  min-height:54px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:12px 16px!important;
  font-weight:900!important;
  text-align:left!important;
  cursor:pointer!important;
}
.peticlip-auth-logged .peticlip-auth-logout{
  margin-top:10px!important;
  width:100%!important;
}
.peticlip-auth-logout:disabled{
  opacity:.62!important;
  cursor:wait!important;
}


/* 1.0.99: comment replies */
.peticlip-comment-reply-btn{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.72)!important;
  font:inherit!important;
  font-weight:900!important;
  padding:0!important;
  cursor:pointer!important;
}
.peticlip-comment-reply-btn:hover,
.peticlip-comment-reply-btn:focus-visible{
  color:#ffd60a!important;
  outline:none!important;
}
.peticlip-comment-avatar img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:inherit!important;
  display:block!important;
}
.peticlip-comment-replies{
  margin-top:12px!important;
  display:grid!important;
  gap:10px!important;
  border-left:2px solid rgba(255,214,10,.22)!important;
  padding-left:12px!important;
}
.peticlip-comment.is-reply{
  padding:10px 0 0!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
}
.peticlip-comment.is-reply .peticlip-comment-avatar{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  font-size:13px!important;
}
.peticlip-comment-reply-box{
  margin-top:10px!important;
  padding:12px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.055)!important;
}
.peticlip-comment-reply-form{
  display:grid!important;
  gap:9px!important;
}
.peticlip-comment-reply-form textarea{
  min-height:72px!important;
  width:100%!important;
  resize:vertical!important;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  padding:12px!important;
  font:inherit!important;
}
.peticlip-comment-reply-actions{
  display:flex!important;
  gap:8px!important;
  justify-content:flex-end!important;
  align-items:center!important;
}
.peticlip-comment-reply-actions button{
  border:0!important;
  border-radius:999px!important;
  padding:9px 14px!important;
  font-weight:950!important;
  cursor:pointer!important;
}
.peticlip-comment-reply-actions button[type="submit"]{
  background:#ffd60a!important;
  color:#1d0825!important;
}
.peticlip-comment-reply-cancel{
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
}
.peticlip-comment-form-status{
  min-height:18px!important;
  font-size:12px!important;
  font-weight:800!important;
  color:rgba(255,255,255,.72)!important;
}
.peticlip-comment-form-status.is-error{color:#ff8aa8!important}
.peticlip-comment-form-status.is-success{color:#ffd60a!important}
@media(max-width:760px){
  .peticlip-comment-replies{padding-left:9px!important}
  .peticlip-comment-reply-actions{justify-content:stretch!important}
  .peticlip-comment-reply-actions button{flex:1!important}
}


/* 1.0.100: keep desktop reaction rail synchronized with active video */
@media (min-width:981px){
  body .peticlip-floating-reactions-rail[data-peticlip-floating="1"][aria-hidden="true"],
  body .peticlip-floating-reactions-rail[data-peticlip-floating="1"]:not(.is-visible){
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .peticlip-app.is-native-snap-swiping .peticlip-card .peticlip-actions,
  .peticlip-app.is-native-touch-swiping .peticlip-card .peticlip-actions,
  .peticlip-app.is-premium-swiping .peticlip-card .peticlip-actions,
  .peticlip-app.is-compositor-swiping .peticlip-card .peticlip-actions{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:none!important;
  }
}


/* 1.0.103: Petify ⇄ PetiClips session bridge */
.peticlip-visible-auth-btn.is-bridge,
.peticlip-auth-bridge{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  text-decoration:none!important;
  border:1px solid rgba(255,214,10,.34)!important;
  background:rgba(255,214,10,.10)!important;
  color:#ffd60a!important;
  font-weight:950!important;
}
.peticlip-visible-auth-btn.is-bridge:hover,
.peticlip-auth-bridge:hover{
  background:rgba(255,214,10,.18)!important;
  color:#fff!important;
}
.peticlip-auth-bridge{
  width:100%!important;
  min-height:44px!important;
  border-radius:16px!important;
  margin-top:10px!important;
  padding:10px 14px!important;
}
.peticlip-mobile-menu-tab.peticlip-auth-bridge{
  border-radius:18px!important;
  min-height:54px!important;
  justify-content:flex-start!important;
  gap:12px!important;
  padding:12px 16px!important;
}


/* 1.0.104: clean auth reset for PetiClips */
.peticlip-auth-clean-stack{
  display:grid!important;
  gap:16px!important;
  width:100%!important;
}
.peticlip-auth-clean-card{
  display:grid!important;
  gap:12px!important;
  width:100%!important;
  padding:18px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  box-shadow:0 16px 42px rgba(0,0,0,.28)!important;
}
.peticlip-auth-clean-card.is-register-card{
  border-color:rgba(255,214,10,.30)!important;
  box-shadow:0 18px 44px rgba(255,214,10,.08),0 16px 42px rgba(0,0,0,.28)!important;
}
.peticlip-auth-clean-card > strong{
  color:#fff!important;
  font-size:22px!important;
  line-height:1.06!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.peticlip-auth-clean-card > small{
  color:rgba(255,255,255,.68)!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.peticlip-auth-login-form,
.peticlip-auth-register-form{
  display:grid!important;
  gap:11px!important;
  width:100%!important;
  margin:0!important;
}
.peticlip-auth-login-form label,
.peticlip-auth-register-form label{
  display:grid!important;
  gap:6px!important;
  width:100%!important;
  margin:0!important;
  color:#fff!important;
}
.peticlip-auth-login-form label > span,
.peticlip-auth-register-form label > span{
  color:rgba(255,255,255,.78)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
}
.peticlip-auth-login-form input:not([type="checkbox"]),
.peticlip-auth-register-form input:not([type="checkbox"]){
  width:100%!important;
  min-height:54px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:850!important;
  padding:0 16px!important;
  outline:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.peticlip-auth-login-form input:not([type="checkbox"]):focus,
.peticlip-auth-register-form input:not([type="checkbox"]):focus{
  border-color:rgba(255,214,10,.75)!important;
  box-shadow:0 0 0 3px rgba(255,214,10,.12)!important;
}
.peticlip-auth-login-form input::placeholder,
.peticlip-auth-register-form input::placeholder{
  color:rgba(255,255,255,.42)!important;
}
.peticlip-auth-remember{
  display:flex!important;
  grid-template-columns:none!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:10px!important;
  min-height:28px!important;
}
.peticlip-auth-remember input{
  width:18px!important;
  height:18px!important;
  accent-color:#ffd60a!important;
}
.peticlip-auth-remember span{
  font-size:14px!important;
  color:#fff!important;
}
.peticlip-auth-submit,
.peticlip-auth-register-form .peticlip-auth-submit,
.peticlip-auth-login-form .peticlip-auth-submit{
  width:100%!important;
  min-height:58px!important;
  border:0!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#ffd63d 0%,#ffb229 36%,#ff4fa3 100%)!important;
  color:#1b0822!important;
  font-size:16px!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-shadow:0 14px 32px rgba(255,79,163,.20)!important;
}
.peticlip-auth-submit:disabled{
  opacity:.65!important;
  cursor:wait!important;
}
.peticlip-password-field{
  position:relative!important;
  display:block!important;
  width:100%!important;
}
.peticlip-auth-login-form .peticlip-password-field input,
.peticlip-auth-register-form .peticlip-password-field input{
  padding-right:88px!important;
}
.peticlip-password-toggle,
.peticlip-auth-login-form .peticlip-password-toggle,
.peticlip-auth-register-form .peticlip-password-toggle,
.peticlip-auth-inline-register form .peticlip-password-toggle{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:auto!important;
  min-width:58px!important;
  max-width:78px!important;
  height:38px!important;
  min-height:38px!important;
  padding:0 12px!important;
  margin:0!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:14px!important;
  background:rgba(0,0,0,.26)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  box-shadow:none!important;
  cursor:pointer!important;
  z-index:4!important;
}
.peticlip-password-toggle:hover,
.peticlip-password-toggle:focus-visible{
  background:rgba(255,214,10,.20)!important;
  border-color:rgba(255,214,10,.62)!important;
  outline:none!important;
}
.peticlip-auth-login-status,
.peticlip-auth-register-status{
  min-height:20px!important;
  color:rgba(255,255,255,.70)!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
.peticlip-auth-login-status.is-error,
.peticlip-auth-register-status.is-error{color:#ff9ab4!important}
.peticlip-auth-login-status.is-success,
.peticlip-auth-register-status.is-success{color:#ffd60a!important}
.peticlip-visible-auth-btn.is-bridge,
.peticlip-auth-bridge{
  border:1px solid rgba(255,214,10,.34)!important;
  background:rgba(255,214,10,.10)!important;
  color:#ffd60a!important;
  text-decoration:none!important;
  min-height:48px!important;
}
@media(max-width:760px){
  .peticlip-auth-clean-card{padding:16px!important;border-radius:22px!important}
  .peticlip-auth-clean-card > strong{font-size:20px!important}
  .peticlip-auth-login-form input:not([type="checkbox"]),
  .peticlip-auth-register-form input:not([type="checkbox"]){min-height:52px!important;font-size:15px!important}
  .peticlip-auth-submit{min-height:56px!important}
}


/* 1.0.108: auth drawer opens at the correct top position */
.peticlip-auth-drawer.is-open{
  scroll-behavior:smooth!important;
}
.peticlip-auth-drawer .peticlip-auth-panel,
.peticlip-auth-drawer .peticlip-auth-sheet,
.peticlip-auth-drawer aside{
  scroll-behavior:smooth!important;
  overscroll-behavior:contain!important;
}
.peticlip-auth-clean-card,
.peticlip-auth-login-form,
.peticlip-auth-register-form{
  scroll-margin-top:24px!important;
}
.peticlip-auth-clean-card.is-login-card{
  order:1!important;
}
.peticlip-auth-clean-card.is-register-card{
  order:2!important;
}
.peticlip-auth-links{
  order:3!important;
}
@media(max-width:760px){
  .peticlip-auth-drawer .peticlip-auth-panel,
  .peticlip-auth-drawer .peticlip-auth-sheet,
  .peticlip-auth-drawer aside{
    max-height:calc(100dvh - 28px)!important;
    overflow:auto!important;
  }
}


/* 1.0.112: smoother infinite feed loading */
.peticlip-feed.is-loading-more::after{
  content:'Cargando más PetiClips...';
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  color:rgba(255,255,255,.72);
  font-weight:900;
  letter-spacing:-.02em;
}


/* 1.0.113: mobile tap guard for reactions/actions */
.peticlip-action,
.peticlip-channel-follow-btn,
.peticlip-channel-avatar-btn,
.peticlip-channel-name-btn,
.peticlip-sound-toggle,
.peticlip-tap-audio-hint,
.peticlip-follow-plus,
.peticlip-floating-reactions-rail [data-action]{
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
}
.peticlip-actions,
.peticlip-actions-pro,
.peticlip-player-controls,
.peticlip-meta-overlay{
  pointer-events:auto!important;
}


/* 1.0.114: keep action buttons accessible while desktop/mobile rails sync */
.peticlip-actions[aria-hidden="true"],
.peticlip-actions-pro[aria-hidden="true"]{
  pointer-events:auto!important;
}


/* 1.0.117: mobile auth input/selection stability */
.peticlip-app.is-auth-editing .peticlip-auth-drawer,
.peticlip-auth-drawer:focus-within{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  pointer-events:auto!important;
  z-index:999999!important;
}
.peticlip-auth-drawer input,
.peticlip-auth-drawer textarea{
  -webkit-user-select:text!important;
  user-select:text!important;
  caret-color:#ffd60a;
}
.peticlip-auth-drawer input:focus{
  outline:2px solid rgba(255,214,10,.72)!important;
  outline-offset:2px!important;
}
.peticlip-field-autofixed{
  animation:peticlipFieldAutofixed 1.25s ease both;
}
@keyframes peticlipFieldAutofixed{
  0%{box-shadow:0 0 0 0 rgba(255,214,10,.0)}
  35%{box-shadow:0 0 0 4px rgba(255,214,10,.42)}
  100%{box-shadow:0 0 0 0 rgba(255,214,10,.0)}
}
@media (max-width: 780px){
  .peticlip-auth-drawer,
  .peticlip-auth-drawer-panel{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    backface-visibility:hidden;
  }
  .peticlip-auth-drawer{
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
}


/* 1.0.121 — PetiPosts / image carousel publishing */
.peticlip-source-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 12px}.peticlip-source-tab{border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.08);color:#fff;font-weight:900;padding:12px 14px;cursor:pointer}.peticlip-source-tab.is-active{background:linear-gradient(135deg,#ffd60a,#ff9f0a);color:#220033;box-shadow:0 14px 26px rgba(255,190,0,.22)}.peticlip-source-field{display:none}.peticlip-source-field.is-active{display:grid}.peticlip-image-file-name.is-ready,.peticlip-file-name.is-ready{color:#ffd60a;font-weight:900}.peticlip-image-carousel{width:100%;height:100%;position:relative;overflow:hidden;background:linear-gradient(180deg,#0b1220,#050712)}.peticlip-image-track{height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.peticlip-image-track::-webkit-scrollbar{display:none}.peticlip-image-slide{min-width:100%;height:100%;margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;background:#050712}.peticlip-image-slide img{width:100%;height:100%;object-fit:contain;display:block}.peticlip-image-dots{position:absolute;left:50%;bottom:92px;transform:translateX(-50%);display:flex;gap:6px;z-index:6}.peticlip-image-dots span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 0 8px rgba(0,0,0,.45)}.peticlip-card.is-image-post .peticlip-player-controls,.peticlip-card.is-image-post .peticlip-tap-audio-hint{display:none!important}.peticlip-card.is-image-post .peticlip-actions-pro{display:none!important}.peticlip-image-bottom-actions{position:absolute;left:16px;right:16px;bottom:18px;z-index:12;display:flex;align-items:center;justify-content:space-around;gap:10px;padding:10px 12px;border-radius:20px;background:rgba(2,8,20,.68);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(14px)}.peticlip-image-action{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#fff;font-weight:900;font-size:14px}.peticlip-image-action svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.peticlip-card.is-image-post .peticlip-meta-overlay{bottom:76px}.peticlip-card.is-image-post .peticlip-platform{background:linear-gradient(135deg,#ff2bb2,#8e35ff);color:#fff}.peticlip-profile-clip-status.is-post{background:#ff2bb2;color:#fff}
@media (min-width:981px){.peticlip-card.is-image-post .peticlip-image-bottom-actions{max-width:420px;left:50%;right:auto;width:calc(100% - 32px);transform:translateX(-50%)}}


/* =========================================================
   1.0.122 — PetiClips Social Network + Studio Pro
   ========================================================= */
.peticlip-social-studio-panel{
  display:grid;
  gap:12px;
  padding:14px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,196,0,.14),rgba(108,39,255,.16));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 36px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
.peticlip-studio-pro-panel-head{
  display:grid;
  gap:4px;
}
.peticlip-studio-pro-panel-head strong{
  color:#fff;
  font-size:14px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.peticlip-studio-pro-panel-head span{
  color:rgba(255,255,255,.72);
  font-size:12px;
  line-height:1.35;
}
.peticlip-studio-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.peticlip-social-studio-panel select,
.peticlip-social-studio-panel input{
  min-height:44px;
}
.peticlip-social-type-badge,
.peticlip-challenge-badge,
.peticlip-creator-level-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  padding:5px 9px;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.peticlip-social-type-badge em,
.peticlip-creator-level-badge em{
  font-style:normal;
}
.peticlip-social-type-badge.is-product,
.peticlip-social-type-badge.is-promo{
  background:linear-gradient(135deg,#ffc400,#ff8a00);
  color:#210036;
}
.peticlip-social-type-badge.is-service,
.peticlip-social-type-badge.is-event{
  background:linear-gradient(135deg,#7a2dff,#b833ff);
}
.peticlip-social-type-badge.is-adoption,
.peticlip-social-type-badge.is-lost_found{
  background:linear-gradient(135deg,#0ea5e9,#22c55e);
}
.peticlip-social-type-badge.is-challenge,
.peticlip-challenge-badge{
  background:linear-gradient(135deg,#ff007f,#7a2dff);
}
.peticlip-creator-level-badge{
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  color:#ffd75a;
}
.peticlip-creator-level-badge.is-pro{
  background:linear-gradient(135deg,#ffd60a,#ff007f);
  color:#210036;
}
.peticlip-linked-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:36px;
  margin-top:8px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffd60a,#ffb700);
  color:#250033!important;
  font-weight:1000;
  text-decoration:none!important;
  box-shadow:0 14px 28px rgba(255,190,0,.24);
}
.peticlip-image-bottom-actions .peticlip-image-action.is-saved,
.peticlip-image-bottom-actions .peticlip-image-action.is-saved svg{
  color:#ffd60a!important;
  fill:#ffd60a!important;
}
.peticlip-card.is-image-post .peticlip-actions-pro{
  display:none!important;
}
.peticlip-card.is-image-post .peticlip-meta-overlay{
  padding-bottom:74px;
}
.peticlip-card.is-image-post .peticlip-image-bottom-actions{
  background:linear-gradient(180deg,rgba(5,10,25,.72),rgba(5,10,25,.94));
  backdrop-filter:blur(14px);
  border-top:1px solid rgba(255,255,255,.08);
}
.peticlip-card.is-image-post .peticlip-image-action{
  min-width:68px;
}
@media (max-width:720px){
  .peticlip-studio-grid{grid-template-columns:1fr}
  .peticlip-social-studio-panel{border-radius:18px;padding:12px}
  .peticlip-social-type-badge,
  .peticlip-challenge-badge,
  .peticlip-creator-level-badge{font-size:9px;padding:4px 7px}
  .peticlip-card.is-image-post .peticlip-meta-overlay{padding-bottom:86px}
}


/* =========================================================
   1.0.123 — Huellita azul verificada + PetiSounds reutilizable
   ========================================================= */
.peticlip-blue-paw-verified{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#1da1f2,#0077ff)!important;
  color:#fff!important;
  border:2px solid rgba(255,255,255,.85)!important;
  box-shadow:0 6px 16px rgba(0,119,255,.38), inset 0 1px 0 rgba(255,255,255,.35)!important;
  vertical-align:middle!important;
}
.peticlip-blue-paw-verified span{
  display:block!important;
  font-size:12px!important;
  line-height:1!important;
  filter:drop-shadow(0 1px 0 rgba(0,0,0,.22));
}
.peticlip-profile-verified.peticlip-blue-paw-verified{
  width:25px!important;
  height:25px!important;
  min-width:25px!important;
}
.peticlip-profile-verified.peticlip-blue-paw-verified span{
  font-size:14px!important;
}
.peticlip-petisounds-panel{
  display:grid;
  gap:11px;
  padding:14px;
  border-radius:22px;
  background:
    radial-gradient(circle at 18% 12%,rgba(29,161,242,.22),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(29,161,242,.24);
  box-shadow:0 16px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
}
.peticlip-petisounds-head{
  display:grid;
  gap:4px;
}
.peticlip-petisounds-head strong{
  color:#fff;
  font-size:14px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.peticlip-petisounds-head span{
  color:rgba(255,255,255,.72);
  font-size:12px;
  line-height:1.35;
}
.peticlip-petisounds-panel select{
  min-height:44px;
}
.peticlip-petisound-chip{
  width:max-content;
  max-width:min(100%,320px);
  display:inline-grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:"icon title" "icon artist";
  align-items:center;
  column-gap:8px;
  margin-top:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg,rgba(29,161,242,.22),rgba(126,42,255,.22));
  color:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  cursor:pointer;
  text-align:left;
}
.peticlip-petisound-chip span{
  grid-area:icon;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.13);
}
.peticlip-petisound-chip strong{
  grid-area:title;
  font-size:12px;
  line-height:1.1;
}
.peticlip-petisound-chip small{
  grid-area:artist;
  color:rgba(255,255,255,.72);
  font-size:10px;
  line-height:1.1;
}
.peticlip-petisound-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(29,161,242,.46);
}
.peticlip-profile-social-edit-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.peticlip-channel-name-line{
  flex-wrap:wrap;
}
@media(max-width:720px){
  .peticlip-petisounds-panel{border-radius:18px;padding:12px}
  .peticlip-petisound-chip{max-width:100%;padding:7px 10px}
  .peticlip-blue-paw-verified{width:20px!important;height:20px!important;min-width:20px!important}
  .peticlip-profile-social-edit-grid{grid-template-columns:1fr}
}


/* =========================================================
   1.0.124 — Visible Social Profile Pro
   Hace visibles los cambios de perfil/canal, verificación y PetiSounds.
   ========================================================= */
.peticlip-profile-editor-head-pro{
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(29,161,242,.20),rgba(255,214,10,.10),rgba(126,42,255,.16))!important;
  border:1px solid rgba(29,161,242,.25)!important;
  box-shadow:0 18px 36px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.peticlip-profile-editor-head-pro strong{
  color:#fff!important;
  font-size:20px!important;
}
.peticlip-profile-editor-head-pro span{
  color:rgba(255,255,255,.78)!important;
}
.peticlip-profile-pro-preview{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:12px 0 16px;
}
.peticlip-profile-pro-preview-badge{
  display:grid;
  grid-template-columns:42px 1fr;
  grid-template-areas:"icon title" "icon text";
  gap:2px 10px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.peticlip-profile-pro-preview-badge span{
  grid-area:icon;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(135deg,#1da1f2,#0077ff);
  box-shadow:0 8px 22px rgba(29,161,242,.35);
}
.peticlip-profile-pro-preview-badge strong{
  grid-area:title;
  color:#fff;
  font-size:14px;
}
.peticlip-profile-pro-preview-badge small{
  grid-area:text;
  color:rgba(255,255,255,.68);
  font-size:12px;
}
.peticlip-profile-pro-preview-badge.is-pending span{
  background:linear-gradient(135deg,#ffd60a,#ff8a00);
}
.peticlip-verify-pending-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(29,161,242,.12);
  color:#8bd2ff;
  border:1px solid rgba(29,161,242,.26);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.peticlip-profile-social-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:14px 0;
}
.peticlip-profile-social-summary div{
  min-height:68px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:4px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 30px rgba(0,0,0,.12);
}
.peticlip-profile-social-summary strong{
  color:#ffd60a;
  font-size:20px;
  line-height:1;
}
.peticlip-profile-social-summary span{
  color:rgba(255,255,255,.70);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.peticlip-profile-petisounds-library{
  display:grid;
  gap:10px;
  margin-top:16px;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(126,42,255,.16),rgba(29,161,242,.12));
  border:1px solid rgba(255,255,255,.10);
}
.peticlip-profile-petisounds-library strong{
  color:#fff;
}
.peticlip-profile-petisounds-library div{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.peticlip-profile-petisounds-library span{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:800;
}
.peticlip-profile-head{
  background:
    radial-gradient(circle at 10% 10%,rgba(29,161,242,.20),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(255,214,10,.12),transparent 26%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025))!important;
}
@media(max-width:760px){
  .peticlip-profile-pro-preview,
  .peticlip-profile-social-summary{
    grid-template-columns:1fr 1fr;
  }
  .peticlip-profile-editor-head-pro strong{
    font-size:17px!important;
  }
}
@media(max-width:420px){
  .peticlip-profile-pro-preview,
  .peticlip-profile-social-summary{
    grid-template-columns:1fr;
  }
}


/* 1.0.126 — Social Growth Suite */
.peticlip-featured-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  padding:5px 9px;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#210036;
  background:linear-gradient(135deg,#ffd60a,#ffb700);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 10px 24px rgba(255,183,0,.22);
}
.peticlip-featured-badge.is-channel{
  color:#fff;
  background:linear-gradient(135deg,#1da1f2,#7a2dff);
}


/* =========================================================
   1.0.127 — Independent sidebar + visible logout
   ========================================================= */
@media (min-width:1025px){
  .peticlip-app{
    overflow:hidden!important;
  }

  .peticlip-rail-left{
    max-height:calc(100dvh - 36px)!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding-right:6px!important;
    padding-bottom:18px!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin;
    scrollbar-color:rgba(255,214,10,.55) rgba(255,255,255,.06);
  }

  .peticlip-rail-left::-webkit-scrollbar{width:7px}
  .peticlip-rail-left::-webkit-scrollbar-track{background:rgba(255,255,255,.055);border-radius:999px}
  .peticlip-rail-left::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffd60a,#7a2dff);border-radius:999px}

  .peticlip-brand-pill{
    flex:0 0 auto!important;
  }

  .peticlip-tabs{
    flex:0 0 auto!important;
    gap:7px!important;
  }

  .peticlip-tabs .peticlip-tab{
    min-height:48px!important;
    padding:10px 14px!important;
    border-radius:16px!important;
  }

  .peticlip-tabs .peticlip-nav-ico{
    min-width:32px!important;
    display:inline-flex!important;
    justify-content:center!important;
  }

  .peticlip-left-secondary-links{
    margin-top:auto!important;
    flex:0 0 auto!important;
  }
}

.peticlip-independent-menu{
  display:grid!important;
  gap:9px!important;
  padding:12px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;
}

.peticlip-independent-menu .peticlip-back-link{
  width:100%!important;
  min-height:40px!important;
  margin:0!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  padding:9px 12px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  font-weight:950!important;
  text-align:left!important;
  cursor:pointer!important;
  text-decoration:none!important;
}

.peticlip-independent-menu .peticlip-back-link:hover{
  background:rgba(255,255,255,.10)!important;
  transform:translateX(2px)!important;
}

.peticlip-independent-logout{
  background:linear-gradient(135deg,#ffd60a,#ff78b7)!important;
  color:#21002f!important;
  justify-content:center!important;
  box-shadow:0 12px 24px rgba(255,120,183,.18)!important;
}

.peticlip-ecosystem-links{
  display:grid!important;
  gap:7px!important;
  margin-top:2px!important;
  color:rgba(255,255,255,.78)!important;
}

.peticlip-ecosystem-links summary{
  cursor:pointer!important;
  font-weight:950!important;
  font-size:12px!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.62)!important;
  padding:8px 4px!important;
  list-style:none!important;
}

.peticlip-ecosystem-links summary::-webkit-details-marker{display:none!important}
.peticlip-ecosystem-links summary::after{
  content:'›';
  float:right;
  transition:transform .2s ease;
}
.peticlip-ecosystem-links[open] summary::after{transform:rotate(90deg)}

.peticlip-ecosystem-links .peticlip-back-link{
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.78)!important;
}

.peticlip-mobile-return-floating{
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(16,8,28,.72)!important;
  color:#fff!important;
  font-weight:950!important;
  border-radius:999px!important;
  min-height:34px!important;
  padding:0 12px!important;
}

@media (max-height:820px) and (min-width:1025px){
  .peticlip-brand-pill{padding:12px!important}
  .peticlip-brand-logo{max-height:72px!important}
  .peticlip-visible-auth{padding:10px!important;margin:8px 0!important;gap:7px!important}
  .peticlip-visible-auth-user img{width:36px!important;height:36px!important}
  .peticlip-visible-auth-btn{min-height:36px!important}
  .peticlip-desktop-menu-label{margin-top:4px!important}
  .peticlip-tabs .peticlip-tab{min-height:42px!important;padding:8px 12px!important}
}

@media (max-width:1024px){
  .peticlip-mobile-return-floating{
    display:none!important;
  }
}


/* 1.0.128 — logout links behave like buttons */
a.peticlip-auth-logout{
  text-decoration:none!important;
}
.peticlip-visible-auth-actions a.peticlip-visible-auth-btn{
  display:inline-flex!important;
}


/* 1.0.131 — Logout sin pantallas intermedias */
.peticlip-auth-logout[data-logout-working="1"],
.peticlip-auth-logout[data-logout-working="1"]:hover{
  opacity:.72!important;
  pointer-events:none!important;
}

/* 1.0.134 — Comments active state */
.peticlip-detail-comment-form textarea,
.peticlip-comment-form textarea{
  pointer-events:auto!important;
  user-select:text!important;
}
.peticlip-detail-comment-form textarea:focus{
  outline:2px solid rgba(255,214,10,.55)!important;
  background:#fff!important;
  color:#19051f!important;
}

/* 1.0.135 — hotfix comments */
.peticlip-comment-form textarea{pointer-events:auto!important;opacity:1!important}


/* 1.0.139 — stable comment input */
.peticlip-comment-form textarea,
.peticlip-detail-comment-form textarea{
  pointer-events:auto!important;
  user-select:text!important;
  opacity:1!important;
  touch-action:manipulation!important;
}
.peticlip-comment-form textarea:focus,
.peticlip-detail-comment-form textarea:focus{
  outline:2px solid rgba(255,214,10,.55)!important;
}


/* 1.0.140 — comentarios estables */
.peticlip-comment-form textarea,
.peticlip-detail-comment-form textarea{
  pointer-events:auto!important;
  user-select:text!important;
  opacity:1!important;
}
.peticlip-comment-form[data-submitting="1"] textarea{
  pointer-events:auto!important;
  opacity:1!important;
}
.peticlip-comments-list .peticlip-comment-empty{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}


/* 1.0.145 — Social Core UI: sidebar compacto, PetiPosts tipo post social y CTA publicar */
/* No toca sesiones, comentarios, REST ni reproducción. */

@media (min-width: 981px){
  .peticlip-app,
  .peticlips-app,
  .peticlip-shell,
  .peticlips-shell{
    --peticlips-left-rail: 252px;
    --peticlip-left-rail: 252px;
    --pc-left-rail: 252px;
  }

  .peticlip-rail-left,
  .peticlip-sidebar,
  .peticlips-sidebar,
  [data-peticlip-sidebar]{
    width: 252px !important;
    min-width: 252px !important;
    max-width: 252px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .peticlip-rail-left .peticlip-brand,
  .peticlip-sidebar .peticlip-brand,
  .peticlip-rail-left > img:first-child,
  .peticlip-sidebar > img:first-child{
    max-width: 172px !important;
    transform: scale(.92);
    transform-origin: left center;
  }

  .peticlip-visible-auth,
  .peticlip-user-card{
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .peticlip-visible-auth strong,
  .peticlip-user-card strong{
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .peticlip-visible-auth small,
  .peticlip-user-card small{
    font-size: 10px !important;
  }

  .peticlip-visible-auth img,
  .peticlip-user-card img{
    width: 34px !important;
    height: 34px !important;
  }

  .peticlip-rail-left .peticlip-tab,
  .peticlip-sidebar .peticlip-tab,
  .peticlip-rail-left a,
  .peticlip-rail-left button{
    min-height: 42px !important;
    padding: 8px 12px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
  }

  .peticlip-menu-title,
  .peticlip-section-title,
  .peticlip-sidebar-heading{
    font-size: 10.5px !important;
    letter-spacing: .12em !important;
    margin: 14px 6px 7px !important;
  }
}

/* Crear Publicación más visible */
.peticlip-create-boost-core,
.peticlip-tab[data-action="create"],
.peticlip-tab[data-panel="create"],
.peticlip-open-uploader{
  background: linear-gradient(135deg, #ffd60a 0%, #ff9a3d 48%, #ff78b7 100%) !important;
  color: #21002f !important;
  border: 0 !important;
  box-shadow: 0 14px 34px rgba(255,214,10,.28), inset 0 1px 0 rgba(255,255,255,.45) !important;
  font-weight: 1000 !important;
}

.peticlip-create-boost-core::before{
  content: "＋";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  border-radius: 999px;
  background: rgba(33,0,47,.14);
  color: #21002f;
  font-weight: 1000;
}

/* PetiPost: que se sienta más como publicación tipo Instagram */
@media (min-width: 981px){
  .peticlip-card.is-image-post,
  .peticlip-card.is-petipost-card{
    width: min(560px, calc(100vw - 850px)) !important;
    max-width: 560px !important;
    min-width: 430px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #05050a !important;
    box-shadow: 0 24px 90px rgba(0,0,0,.48) !important;
  }

  .peticlip-card.is-image-post .peticlip-video-shell,
  .peticlip-card.is-petipost-card .peticlip-video-shell{
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #05050a !important;
  }

  .peticlip-card.is-image-post .peticlip-video-frame,
  .peticlip-card.is-petipost-card .peticlip-video-frame{
    display: grid !important;
    place-items: center !important;
    background: #05050a !important;
  }

  .peticlip-card.is-image-post .peticlip-video-frame img,
  .peticlip-card.is-petipost-card .peticlip-video-frame img,
  .peticlip-card.is-image-post picture img,
  .peticlip-card.is-petipost-card picture img{
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 196px) !important;
    object-fit: contain !important;
    display: block !important;
  }

  .peticlip-card.is-image-post .peticlip-actions-pro,
  .peticlip-card.is-petipost-card .peticlip-actions-pro{
    display: none !important;
  }

  .peticlip-card.is-image-post .peticlip-image-bottom-actions,
  .peticlip-card.is-petipost-card .peticlip-image-bottom-actions{
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 0 !important;
    width: calc(100% - 34px) !important;
    margin: 12px auto 14px !important;
    border-radius: 0 0 18px 18px !important;
    overflow: hidden !important;
    background: rgba(255,255,255,.95) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.24) !important;
  }

  .peticlip-card.is-image-post .peticlip-image-action,
  .peticlip-card.is-petipost-card .peticlip-image-action{
    min-height: 52px !important;
    border-radius: 0 !important;
    background: #f7f7fa !important;
    color: #18151d !important;
    border: 0 !important;
    border-right: 1px solid rgba(0,0,0,.09) !important;
    font-weight: 900 !important;
  }

  .peticlip-card.is-image-post .peticlip-image-action svg,
  .peticlip-card.is-petipost-card .peticlip-image-action svg{
    width: 20px !important;
    height: 20px !important;
  }

  .peticlip-card.is-image-post .peticlip-meta-overlay,
  .peticlip-card.is-petipost-card .peticlip-meta-overlay{
    padding-bottom: 84px !important;
  }

  .peticlip-card.is-image-post .peticlip-caption,
  .peticlip-card.is-petipost-card .peticlip-caption{
    max-height: 58px !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.22 !important;
    opacity: .94 !important;
  }
}

/* Columna derecha en PetiPost */
.peticlip-detail-social-core.is-petipost-detail .peticlip-detail-title::before{
  content: "Nuevo PetiPost";
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg,#ffd60a,#ff78b7);
  color: #21002f;
  font-size: 12px;
  font-weight: 1000;
}

.peticlip-detail-social-core.is-petipost-detail .peticlip-detail-sound{
  display: none !important;
}

.peticlip-detail-social-core.is-petipost-detail .peticlip-detail-author-card{
  border-radius: 22px !important;
}

@media (max-width: 980px){
  .peticlip-create-boost-core{
    min-height: 48px !important;
    border-radius: 18px !important;
  }
}


/* 1.0.146 — PetiPost limpio + carrusel real */
/* Quita texto y reacciones encima de imágenes. La información vive en la columna derecha. */

.peticlip-card.is-image-post .peticlip-meta-overlay,
.peticlip-card.is-petipost-card .peticlip-meta-overlay,
.peticlip-card[data-media-type="image"] .peticlip-meta-overlay{
  display: none !important;
}

.peticlip-card.is-image-post .peticlip-actions-pro,
.peticlip-card.is-petipost-card .peticlip-actions-pro,
.peticlip-card[data-media-type="image"] .peticlip-actions-pro,
.peticlip-card.is-image-post .peticlip-image-bottom-actions,
.peticlip-card.is-petipost-card .peticlip-image-bottom-actions,
.peticlip-card[data-media-type="image"] .peticlip-image-bottom-actions{
  display: none !important;
}

.peticlip-card.is-image-post .peticlip-video-shell,
.peticlip-card.is-petipost-card .peticlip-video-shell,
.peticlip-card[data-media-type="image"] .peticlip-video-shell{
  display: grid !important;
  grid-template-rows: 1fr !important;
  background: #05050a !important;
}

.peticlip-card.is-image-post .peticlip-video-gradient,
.peticlip-card.is-petipost-card .peticlip-video-gradient,
.peticlip-card[data-media-type="image"] .peticlip-video-gradient{
  display: none !important;
}

.peticlip-card.is-image-post .peticlip-image-carousel,
.peticlip-card.is-petipost-card .peticlip-image-carousel,
.peticlip-card[data-media-type="image"] .peticlip-image-carousel{
  height: 100% !important;
  min-height: 100% !important;
  background: #05050a !important;
  border-radius: inherit !important;
}

.peticlip-card.is-image-post .peticlip-image-slide,
.peticlip-card.is-petipost-card .peticlip-image-slide,
.peticlip-card[data-media-type="image"] .peticlip-image-slide{
  background: #05050a !important;
}

.peticlip-card.is-image-post .peticlip-image-slide img,
.peticlip-card.is-petipost-card .peticlip-image-slide img,
.peticlip-card[data-media-type="image"] .peticlip-image-slide img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Dots y contador sí se quedan, porque son navegación del carrusel, no reacciones. */
.peticlip-image-dots{
  bottom: 18px !important;
  z-index: 20 !important;
  gap: 8px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.34) !important;
  backdrop-filter: blur(10px) !important;
}

.peticlip-image-dots button,
.peticlip-image-dots span{
  appearance: none !important;
  border: 0 !important;
  padding: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.58) !important;
  cursor: pointer !important;
}

.peticlip-image-dots button.is-active,
.peticlip-image-dots span.is-active{
  width: 18px !important;
  background: #ffd60a !important;
}

.peticlip-image-nav{
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 21 !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(0,0,0,.42) !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1 !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  backdrop-filter: blur(10px) !important;
}

.peticlip-image-nav.is-prev{ left: 14px !important; }
.peticlip-image-nav.is-next{ right: 14px !important; }

.peticlip-image-count{
  position: absolute !important;
  right: 14px !important;
  top: 14px !important;
  z-index: 22 !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.45) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .02em !important;
  backdrop-filter: blur(10px) !important;
}

@media (max-width: 980px){
  .peticlip-image-nav{
    width: 36px !important;
    height: 36px !important;
    font-size: 28px !important;
  }
  .peticlip-image-nav.is-prev{ left: 10px !important; }
  .peticlip-image-nav.is-next{ right: 10px !important; }
  .peticlip-image-count{
    right: 10px !important;
    top: 10px !important;
  }
}

/* Mejora del campo de carga múltiple */
.peticlip-source-image input[type="file"][multiple] + .peticlip-image-file-name::after{
  content: " · admite hasta 6 fotos";
  color: rgba(255,255,255,.62);
  font-weight: 700;
}


/* 1.0.147 — PetiPost compatible con formatos Instagram + CTA Crear Publicación */
/* Objetivo: no recortar imágenes; mostrar 1:1, 4:5 y horizontal dentro del marco. */

@media (min-width: 981px){
  .peticlip-card.is-image-post,
  .peticlip-card.is-petipost-card,
  .peticlip-card[data-media-type="image"]{
    width: min(540px, calc(100vw - 860px)) !important;
    max-width: 540px !important;
    min-width: 420px !important;
    height: auto !important;
    max-height: none !important;
  }

  .peticlip-card.is-image-post .peticlip-video-shell,
  .peticlip-card.is-petipost-card .peticlip-video-shell,
  .peticlip-card[data-media-type="image"] .peticlip-video-shell{
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    padding: 0 !important;
  }

  .peticlip-card.is-image-post .peticlip-video-frame,
  .peticlip-card.is-petipost-card .peticlip-video-frame,
  .peticlip-card[data-media-type="image"] .peticlip-video-frame{
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 118px) !important;
    aspect-ratio: auto !important;
    display: block !important;
    overflow: visible !important;
    background: #05050a !important;
  }

  .peticlip-card.is-image-post .peticlip-image-carousel,
  .peticlip-card.is-petipost-card .peticlip-image-carousel,
  .peticlip-card[data-media-type="image"] .peticlip-image-carousel{
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 118px) !important;
    display: block !important;
    overflow: hidden !important;
    background: #05050a !important;
    border-radius: 24px !important;
  }

  .peticlip-card.is-image-post .peticlip-image-track,
  .peticlip-card.is-petipost-card .peticlip-image-track,
  .peticlip-card[data-media-type="image"] .peticlip-image-track{
    height: auto !important;
    min-height: 0 !important;
    align-items: center !important;
  }

  .peticlip-card.is-image-post .peticlip-image-slide,
  .peticlip-card.is-petipost-card .peticlip-image-slide,
  .peticlip-card[data-media-type="image"] .peticlip-image-slide{
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 118px) !important;
    display: grid !important;
    place-items: center !important;
    background: #05050a !important;
  }

  .peticlip-card.is-image-post .peticlip-image-slide img,
  .peticlip-card.is-petipost-card .peticlip-image-slide img,
  .peticlip-card[data-media-type="image"] .peticlip-image-slide img{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 118px) !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }

  /* Formatos sociales recomendados */
  .peticlip-image-carousel.is-square-media .peticlip-image-slide img{
    aspect-ratio: 1 / 1 !important;
  }

  .peticlip-image-carousel.is-portrait-media .peticlip-image-slide img{
    aspect-ratio: auto !important;
  }

  .peticlip-image-carousel.is-landscape-media .peticlip-image-slide img{
    aspect-ratio: auto !important;
  }
}

/* En móvil también se evita recorte lateral */
@media (max-width: 980px){
  .peticlip-card.is-image-post .peticlip-video-frame,
  .peticlip-card.is-petipost-card .peticlip-video-frame,
  .peticlip-card[data-media-type="image"] .peticlip-video-frame,
  .peticlip-card.is-image-post .peticlip-image-carousel,
  .peticlip-card.is-petipost-card .peticlip-image-carousel,
  .peticlip-card[data-media-type="image"] .peticlip-image-carousel{
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100svh - 84px) !important;
    overflow: hidden !important;
  }

  .peticlip-card.is-image-post .peticlip-image-slide,
  .peticlip-card.is-petipost-card .peticlip-image-slide,
  .peticlip-card[data-media-type="image"] .peticlip-image-slide{
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100svh - 84px) !important;
  }

  .peticlip-card.is-image-post .peticlip-image-slide img,
  .peticlip-card.is-petipost-card .peticlip-image-slide img,
  .peticlip-card[data-media-type="image"] .peticlip-image-slide img{
    width: 100% !important;
    height: auto !important;
    max-height: calc(100svh - 84px) !important;
    object-fit: contain !important;
  }
}

/* CTA Crear Publicación: fondo amarillo sólido, letras negras, más visible */
.peticlip-create-boost-core,
.peticlip-tab[data-action="create"],
.peticlip-tab[data-panel="create"],
.peticlip-open-uploader,
button.peticlip-open-uploader,
a.peticlip-open-uploader{
  background: #FFD60A !important;
  background-image: none !important;
  color: #07070b !important;
  border: 2px solid #FFD60A !important;
  box-shadow: 0 14px 34px rgba(255,214,10,.32), inset 0 1px 0 rgba(255,255,255,.55) !important;
  font-weight: 1000 !important;
  text-shadow: none !important;
}

.peticlip-create-boost-core:hover,
.peticlip-tab[data-action="create"]:hover,
.peticlip-tab[data-panel="create"]:hover,
.peticlip-open-uploader:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 42px rgba(255,214,10,.42), inset 0 1px 0 rgba(255,255,255,.65) !important;
}

.peticlip-create-boost-core::before{
  background: #07070b !important;
  color: #FFD60A !important;
}

/* Ayuda visual en Studio para subir carrusel */
.peticlip-source-image{
  border-color: rgba(255,214,10,.38) !important;
}

.peticlip-source-image .peticlip-upload-help::after{
  content: " Formatos recomendados: 1:1 cuadrada o 4:5 vertical, como Instagram.";
  color: #FFD60A;
  font-weight: 900;
}


/* 1.0.149 — PetiPost: columna central ancha y visualización sin recorte para 4:5 y 1:1 */
/* Corrige el corte lateral causado por el feed desktop de 470px. No toca roles, REST ni publicación. */
@media (min-width: 981px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:252px minmax(620px,1fr) minmax(360px,460px) !important;
    gap:0 !important;
  }

  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    width:252px !important;
    min-width:252px !important;
    max-width:252px !important;
  }

  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    padding:10px 18px !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }

  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    width:min(100%,760px) !important;
    max-width:760px !important;
    min-width:0 !important;
    margin:0 auto !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"],
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"]{
    width:100% !important;
    max-width:740px !important;
    min-width:0 !important;
    height:100vh !important;
    min-height:100vh !important;
    padding:14px 0 !important;
    margin:0 auto !important;
    display:grid !important;
    place-items:center !important;
    overflow:visible !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-video-shell{
    width:min(100%,740px) !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 28px) !important;
    aspect-ratio:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    border-radius:24px !important;
    overflow:hidden !important;
    background:#05050a !important;
    box-shadow:0 18px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.08) !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-video-frame{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 28px) !important;
    display:block !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:#05050a !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-carousel{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 28px) !important;
    aspect-ratio:auto !important;
    display:block !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:#05050a !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-track,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-track,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-track,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-track,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-track,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-track{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 28px) !important;
    display:flex !important;
    align-items:center !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-slide,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-slide,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-slide,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-slide,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-slide,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-slide{
    min-width:100% !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 28px) !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    scroll-snap-align:center !important;
    background:#05050a !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-slide img,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-slide img,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-slide img,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-slide img,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-slide img,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-slide img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:calc(100vh - 28px) !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    margin:0 auto !important;
  }
}

@media (min-width:981px) and (max-width:1380px){
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    grid-template-columns:232px minmax(560px,1fr) minmax(320px,390px) !important;
  }
  body.peticlips-standalone-body .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left{
    width:232px !important;
    min-width:232px !important;
    max-width:232px !important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    max-width:700px !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"],
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"]{
    max-width:690px !important;
  }
}

/* Móvil: PetiPost completo con letterbox negro, no cover/crop. */
@media (max-width:980px){
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-video-shell,
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-video-frame,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-video-frame{
    position:absolute !important;
    inset:0 !important;
    width:100vw !important;
    height:100svh !important;
    min-height:100svh !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:#000 !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-track,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-track,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-track,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-track,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-track,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-track{
    width:100vw !important;
    height:100svh !important;
    min-height:100svh !important;
    max-height:none !important;
    display:flex !important;
    align-items:center !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    background:#000 !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-slide,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-slide,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-slide,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-slide,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-slide,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-slide{
    width:100vw !important;
    min-width:100vw !important;
    height:100svh !important;
    min-height:100svh !important;
    max-height:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    background:#000 !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-slide img,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-slide img,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-slide img,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-slide img,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-slide img,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-slide img{
    width:auto !important;
    height:auto !important;
    max-width:100vw !important;
    max-height:100svh !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    margin:auto !important;
  }
}


/* 1.0.150 — PetiPost ancho sin afectar videos + reacciones móviles restauradas */
/* Desktop: el feed puede ser ancho para PetiPost, pero los videos vuelven a su visor vertical y sin zoom/crop agresivo. */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]),
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]){
    width:100% !important;
    max-width:560px !important;
    min-width:0 !important;
    height:100vh !important;
    min-height:100vh !important;
    padding:16px 0 !important;
    margin:0 auto !important;
    display:grid !important;
    place-items:center !important;
    overflow:visible !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-shell{
    width:min(100%, calc((100vh - 32px) * .5625), 520px) !important;
    height:calc(100vh - 32px) !important;
    max-height:calc(100vh - 32px) !important;
    min-height:0 !important;
    aspect-ratio:9/16 !important;
    border-radius:18px !important;
    overflow:visible !important;
    background:#000 !important;
    box-shadow:0 18px 80px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.08) !important;
  }

  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-frame,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-frame{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    border-radius:18px !important;
    overflow:hidden !important;
    display:grid !important;
    place-items:center !important;
    background:#000 !important;
  }

  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-frame video,
  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-native-video,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-frame video,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-native-video{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:18px !important;
    background:#000 !important;
  }

  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-gradient,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-video-gradient{
    border-radius:18px !important;
  }

  body.peticlips-standalone-body .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card:not(.is-image-post):not(.is-petipost-card):not([data-media-type="image"]) .peticlip-actions{
    display:flex !important;
    right:-78px !important;
    bottom:18px !important;
    z-index:45 !important;
  }

  /* PetiPost: usar la misma barra lateral de acciones y evitar barras duplicadas debajo de la imagen. */
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-actions-pro{
    display:flex !important;
    right:-78px !important;
    bottom:18px !important;
    z-index:45 !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-bottom-actions,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-bottom-actions,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-bottom-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-bottom-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-bottom-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-bottom-actions{
    display:none !important;
  }
}

/* Mobile: reacciones de PetiPost siempre visibles encima de la imagen, como en video. */
@media (max-width:980px){
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-actions-pro{
    display:flex !important;
    position:absolute !important;
    right:10px !important;
    bottom:calc(82px + env(safe-area-inset-bottom)) !important;
    z-index:90 !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:10px !important;
    pointer-events:auto !important;
    transform:none !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-action,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-action,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-action{
    display:grid !important;
    width:54px !important;
    min-height:54px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:999px !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#fff !important;
    justify-items:center !important;
    align-content:start !important;
    gap:3px !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-action span,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-action span,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-action span,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-action span{
    width:47px !important;
    height:47px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:999px !important;
    background:rgba(25,25,25,.72) !important;
    color:#fff !important;
    box-shadow:0 10px 28px rgba(0,0,0,.42) !important;
    backdrop-filter:blur(12px) !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-action small,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-action small,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-action small,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-action small{
    display:block !important;
    width:62px !important;
    color:#fff !important;
    font-size:11px !important;
    font-weight:950 !important;
    line-height:1 !important;
    text-align:center !important;
    text-shadow:0 2px 9px rgba(0,0,0,.88) !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-bottom-actions,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-bottom-actions,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-bottom-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-bottom-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-bottom-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-bottom-actions{
    display:none !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-meta-overlay,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-meta-overlay,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-meta-overlay{
    z-index:70 !important;
    right:78px !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-carousel,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-carousel,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-carousel{
    z-index:1 !important;
  }
}


/* 1.0.151 — Carrusel PetiPost sin choque con reacciones + consola REST limpia */
@media (max-width:980px){
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-nav,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-nav,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-nav{
    z-index:82 !important;
    width:34px !important;
    height:34px !important;
    font-size:25px !important;
    background:rgba(0,0,0,.38) !important;
    border-color:rgba(255,255,255,.18) !important;
    box-shadow:0 10px 28px rgba(0,0,0,.32) !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-nav.is-prev,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-nav.is-prev,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-nav.is-prev,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-nav.is-prev,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-nav.is-prev,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-nav.is-prev{
    left:12px !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-nav.is-next,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-nav.is-next,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-nav.is-next,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-nav.is-next,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-nav.is-next,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-nav.is-next{
    right:84px !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-count,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-count,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-count,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-count,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-count,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-count{
    right:84px !important;
    top:12px !important;
    z-index:82 !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-dots,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-dots,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-dots,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-dots,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-dots,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-dots{
    bottom:calc(18px + env(safe-area-inset-bottom)) !important;
    max-width:calc(100% - 132px) !important;
    z-index:82 !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-actions-pro{
    right:8px !important;
    z-index:95 !important;
  }
}

@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-nav.is-next,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-nav.is-next,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-nav.is-next,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-nav.is-next,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-nav.is-next,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-nav.is-next{
    right:18px !important;
  }
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-image-dots,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-image-dots,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-image-dots,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-image-dots,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-image-dots,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-image-dots{
    bottom:18px !important;
  }
}


/* 1.0.152 — PetiPost: acciones desktop sin invadir panel lateral + subida más clara */
@media (min-width:981px){
  body.peticlips-standalone-body .peticlip-card.is-image-post .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card .peticlip-actions-pro,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"] .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card .peticlip-actions-pro,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"] .peticlip-actions-pro{
    display:none !important;
  }

  body.peticlips-standalone-body .peticlip-card.is-image-post,
  body.peticlips-standalone-body .peticlip-card.is-petipost-card,
  body.peticlips-standalone-body .peticlip-card[data-media-type="image"],
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-image-post,
  .peticlip-app.peticlip-source-standalone .peticlip-card.is-petipost-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card[data-media-type="image"]{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    padding-right:28px !important;
  }
}

.peticlip-form-message.is-working{
  background:rgba(255,214,10,.12) !important;
  border:1px solid rgba(255,214,10,.34) !important;
  color:#ffd60a !important;
  font-weight:900 !important;
}


/* 1.0.152.1 — Corrección rápida: ocultar reacciones dentro del modal de publicación.
   Mantiene el feed estable; solo evita que corazón, comentarios, guardar, compartir y reportar se encimen sobre Studio/Publicar. */
body.peticlip-uploader-open .peticlip-actions,
body:has(.peticlip-uploader.is-open) .peticlip-actions,
.peticlip-app.peticlip-uploading-mode .peticlip-actions,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-actions,
.peticlip-uploader.is-open ~ .peticlip-actions{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

body.peticlip-uploader-open .peticlip-reaction-rail,
body:has(.peticlip-uploader.is-open) .peticlip-reaction-rail,
.peticlip-app.peticlip-uploading-mode .peticlip-reaction-rail,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-reaction-rail{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

body.peticlip-uploader-open .peticlip-uploader,
.peticlip-app.peticlip-uploading-mode .peticlip-uploader,
.peticlip-uploader.is-open{
  z-index:2147482500!important;
}

body.peticlip-uploader-open .peticlip-uploader-backdrop,
.peticlip-app.peticlip-uploading-mode .peticlip-uploader-backdrop{
  z-index:2147482501!important;
}

body.peticlip-uploader-open .peticlip-uploader-dialog,
.peticlip-app.peticlip-uploading-mode .peticlip-uploader-dialog{
  z-index:2147482502!important;
  position:relative!important;
}


/* 1.0.152.2 — respuesta rápida en Mi Canal */
.peticlip-profile-editor-status.is-success{
  color:#24d46b!important;
  font-weight:900!important;
}

/* 1.0.152.3 — Subida de video con progreso real y anti-abandono. */
.peticlip-form-message.peticlip-upload-progress-wrap{
  display:grid!important;
  gap:8px!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  background:rgba(255,214,10,.12)!important;
  border:1px solid rgba(255,214,10,.34)!important;
  color:#ffd60a!important;
  font-weight:900!important;
}
.peticlip-upload-progress-label{
  display:block!important;
  color:#fff7b2!important;
  font-size:13px!important;
  line-height:1.25!important;
}
.peticlip-upload-progress{
  display:block!important;
  width:100%!important;
  height:10px!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.16)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)!important;
}
.peticlip-upload-progress i{
  display:block!important;
  height:100%!important;
  min-width:8%!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#ffd60a,#ff8a00,#ff007f)!important;
  transition:width .22s ease!important;
}
.peticlip-upload-progress-wrap small{
  color:rgba(255,255,255,.78)!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.peticlip-app.peticlip-upload-active .peticlip-close-uploader,
.peticlip-upload-form[data-uploading="1"] .peticlip-source-tab,
.peticlip-upload-form[data-uploading="1"] input,
.peticlip-upload-form[data-uploading="1"] textarea,
.peticlip-upload-form[data-uploading="1"] select{
  pointer-events:none!important;
}
.peticlip-upload-form[data-uploading="1"] button[type="submit"]{
  opacity:.86!important;
  cursor:wait!important;
}

/* 1.0.152.4 — al terminar de publicar, enfocar el PetiClip/PetiPost recién subido. */
.peticlip-card.is-fresh-upload .peticlip-video-shell{
  box-shadow:0 0 0 3px rgba(255,214,10,.92),0 22px 80px rgba(255,214,10,.18)!important;
}
.peticlip-card.is-fresh-upload .peticlip-platform::after{
  content:' · recién publicado';
  color:#ffd60a!important;
  font-weight:900!important;
}

/* 1.0.152.5 — Mi Canal ordenado con submenús y administración real de publicaciones. */
.peticlip-social-menu-v2{
  gap:10px!important;
  padding:12px!important;
  background:linear-gradient(180deg,rgba(255,214,10,.13),rgba(35,0,54,.74))!important;
  border:1px solid rgba(255,214,10,.26)!important;
}
.peticlip-menu-section,
.peticlip-mobile-menu-section{
  display:block!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.055)!important;
  overflow:hidden!important;
}
.peticlip-menu-section summary,
.peticlip-mobile-menu-section summary{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  list-style:none!important;
  cursor:pointer!important;
  padding:11px 12px!important;
  color:#fff!important;
  font-weight:1000!important;
  letter-spacing:.01em!important;
}
.peticlip-menu-section summary::-webkit-details-marker,
.peticlip-mobile-menu-section summary::-webkit-details-marker{display:none!important;}
.peticlip-menu-section summary::after,
.peticlip-mobile-menu-section summary::after{
  content:'⌄'!important;
  margin-left:auto!important;
  color:#ffd60a!important;
  font-size:13px!important;
}
.peticlip-menu-section:not([open]) summary::after,
.peticlip-mobile-menu-section:not([open]) summary::after{content:'›'!important;}
.peticlip-menu-section .peticlip-back-link,
.peticlip-mobile-menu-section .peticlip-mobile-menu-tab,
.peticlip-mobile-menu-section .peticlip-mobile-menu-link{
  margin:7px 10px!important;
  width:calc(100% - 20px)!important;
}
.peticlip-mobile-menu-tabs-v2{
  gap:10px!important;
}
.peticlip-mobile-menu-tabs-v2 .peticlip-mobile-menu-section .peticlip-primary{
  width:calc(100% - 20px)!important;
  margin:8px 10px!important;
  min-height:48px!important;
}

.peticlip-owner-console{
  margin:20px 0!important;
  padding:18px!important;
  border-radius:28px!important;
  border:1px solid rgba(255,214,10,.22)!important;
  background:linear-gradient(180deg,rgba(255,214,10,.08),rgba(40,0,70,.42) 42%,rgba(0,0,0,.72))!important;
  box-shadow:0 24px 80px rgba(0,0,0,.28)!important;
}
.peticlip-owner-console-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:14px!important;
}
.peticlip-owner-console-head strong{
  display:block!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:1000!important;
}
.peticlip-owner-console-head span,
.peticlip-manage-toolbar span{
  display:block!important;
  color:rgba(255,255,255,.72)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.35!important;
}
.peticlip-owner-subnav{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:12px 0 18px!important;
  padding:8px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.1)!important;
}
.peticlip-owner-subnav button{
  appearance:none!important;
  border:0!important;
  border-radius:999px!important;
  padding:11px 15px!important;
  cursor:pointer!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  font-weight:1000!important;
}
.peticlip-owner-subnav button.is-active{
  background:linear-gradient(135deg,#ffd60a,#ffb000)!important;
  color:#120018!important;
  box-shadow:0 10px 28px rgba(255,214,10,.23)!important;
}
.peticlip-owner-subnav small{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:22px!important;
  height:22px!important;
  margin-left:6px!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.16)!important;
}
.peticlip-owner-panel[hidden]{display:none!important;}
.peticlip-manage-toolbar{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
.peticlip-manage-toolbar strong{
  color:#fff!important;
  font-size:17px!important;
  font-weight:1000!important;
}
.peticlip-manage-list{
  display:grid!important;
  gap:12px!important;
}
.peticlip-manage-card{
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.065)!important;
  border-radius:22px!important;
  padding:12px!important;
  overflow:hidden!important;
}
.peticlip-manage-main{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
}
.peticlip-manage-thumb{
  position:relative!important;
  width:92px!important;
  height:122px!important;
  border:0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#111!important;
  cursor:pointer!important;
  padding:0!important;
}
.peticlip-manage-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.peticlip-manage-thumb em{
  position:absolute!important;
  left:7px!important;
  top:7px!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.62)!important;
  color:#ffd60a!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
}
.peticlip-manage-thumb-fallback{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  color:#fff!important;
  font-size:30px!important;
}
.peticlip-manage-title-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
}
.peticlip-manage-title-row strong{
  color:#fff!important;
  font-size:16px!important;
  font-weight:1000!important;
  line-height:1.2!important;
}
.peticlip-manage-copy p{
  margin:5px 0!important;
  color:rgba(255,255,255,.74)!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.peticlip-manage-copy small{
  color:rgba(255,255,255,.58)!important;
  font-weight:800!important;
}
.peticlip-manage-status{
  padding:4px 8px!important;
  border-radius:999px!important;
  color:#140018!important;
  background:#ffd60a!important;
  font-size:11px!important;
  font-weight:1000!important;
}
.peticlip-manage-status:not(.is-publish){
  color:#fff!important;
  background:rgba(255,255,255,.16)!important;
}
.peticlip-manage-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
.peticlip-manage-actions button,
.peticlip-manage-form-actions button{
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  padding:9px 12px!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  cursor:pointer!important;
  font-weight:1000!important;
}
.peticlip-manage-actions button:hover,
.peticlip-manage-form-actions button:hover{transform:translateY(-1px)!important;}
.peticlip-manage-actions button.is-danger{
  color:#fff!important;
  background:rgba(255,0,92,.18)!important;
  border-color:rgba(255,0,92,.34)!important;
}
.peticlip-manage-edit-form{
  display:none!important;
  margin-top:12px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:rgba(0,0,0,.34)!important;
  border:1px solid rgba(255,255,255,.1)!important;
}
.peticlip-manage-card.is-editing .peticlip-manage-edit-form{display:block!important;}
.peticlip-manage-edit-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.peticlip-manage-edit-form label{
  display:grid!important;
  gap:6px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:12px!important;
  font-weight:900!important;
}
.peticlip-manage-edit-form input,
.peticlip-manage-edit-form textarea,
.peticlip-manage-edit-form select{
  width:100%!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  padding:11px 12px!important;
  font-weight:800!important;
}
.peticlip-manage-edit-form textarea{resize:vertical!important;min-height:86px!important;}
.peticlip-manage-form-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:12px!important;
}
.peticlip-manage-form-status{
  color:rgba(255,255,255,.7)!important;
  font-weight:900!important;
}
.peticlip-manage-form-status.is-success{color:#a7ffbe!important;}
.peticlip-manage-form-status.is-error{color:#ff9bbd!important;}
.peticlip-owner-insights-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.peticlip-owner-insights-grid div{
  border-radius:20px!important;
  padding:16px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.1)!important;
}
.peticlip-owner-insights-grid strong{
  display:block!important;
  color:#ffd60a!important;
  font-size:24px!important;
  font-weight:1000!important;
}
.peticlip-owner-insights-grid span{
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}

@media (max-width:980px){
  .peticlip-owner-console{margin:14px 0!important;padding:14px!important;border-radius:22px!important;}
  .peticlip-owner-console-head{align-items:flex-start!important;flex-direction:column!important;}
  .peticlip-owner-console-head .peticlip-primary{width:100%!important;}
  .peticlip-manage-main{grid-template-columns:76px minmax(0,1fr)!important;align-items:start!important;}
  .peticlip-manage-thumb{width:76px!important;height:104px!important;}
  .peticlip-manage-actions{grid-column:1/-1!important;justify-content:flex-start!important;}
  .peticlip-manage-edit-grid{grid-template-columns:1fr!important;}
  .peticlip-owner-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .peticlip-profile-social-summary{position:relative!important;top:auto!important;}
}


/* 1.0.152.6 — CTA Crear publicación visible + feed mixto videos/PetiPosts */
.peticlip-social-menu-v2 .peticlip-create-highlight,
.peticlip-independent-menu .peticlip-create-highlight,
.peticlip-mobile-menu-tabs-v2 .peticlip-create-highlight,
.peticlip-mobile-menu-publish.peticlip-create-highlight{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  width:100%!important;
  min-height:48px!important;
  margin:8px 0 10px!important;
  padding:12px 16px!important;
  border:2px solid rgba(255,214,10,.98)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#FFD60A 0%,#FFB700 100%)!important;
  color:#09030f!important;
  font-weight:1000!important;
  text-shadow:none!important;
  box-shadow:0 12px 28px rgba(255,183,0,.28), inset 0 1px 0 rgba(255,255,255,.45)!important;
  transform:translateZ(0)!important;
}
.peticlip-social-menu-v2 .peticlip-create-highlight:hover,
.peticlip-independent-menu .peticlip-create-highlight:hover,
.peticlip-mobile-menu-tabs-v2 .peticlip-create-highlight:hover{
  filter:brightness(1.05)!important;
  transform:translateY(-1px)!important;
}
.peticlip-social-menu-v2 .peticlip-create-highlight::before,
.peticlip-mobile-menu-tabs-v2 .peticlip-create-highlight::before{
  content:'📲';
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:rgba(0,0,0,.12);
  color:#09030f;
  font-size:15px;
}
.peticlip-mobile-menu-tabs-v2 .peticlip-create-highlight strong,
.peticlip-mobile-menu-tabs-v2 .peticlip-create-highlight span,
.peticlip-social-menu-v2 .peticlip-create-highlight strong,
.peticlip-social-menu-v2 .peticlip-create-highlight span{
  color:#09030f!important;
}
@media (max-width: 820px){
  .peticlip-mobile-menu-publish.peticlip-create-highlight{
    position:sticky!important;
    top:0!important;
    z-index:4!important;
    font-size:15px!important;
  }
}


/* 1.0.153 — Social Polish / App Feeling: toquecito final sin tocar backend crítico */
.peticlip-app{
  --pc153-yellow:#FFD60A;
  --pc153-ink:#08050b;
  --pc153-purple:#5E0079;
  --pc153-pink:#FF3DA7;
}
.peticlip-open-uploader,
.peticlip-create-boost-core,
button.peticlip-open-uploader,
a.peticlip-open-uploader{
  background:var(--pc153-yellow)!important;
  background-image:none!important;
  color:var(--pc153-ink)!important;
  border:2px solid var(--pc153-yellow)!important;
  text-shadow:none!important;
  font-weight:1000!important;
  letter-spacing:-.01em!important;
  box-shadow:0 16px 38px rgba(255,214,10,.34), inset 0 1px 0 rgba(255,255,255,.65)!important;
}
.peticlip-open-uploader:hover,
.peticlip-create-boost-core:hover{filter:brightness(1.04)!important;transform:translateY(-1px)!important;}
.peticlip-open-uploader:active,
.peticlip-create-boost-core:active{transform:translateY(0)!important;}
.peticlip-mobile-menu-tab.peticlip-open-uploader,
.peticlip-rail-left .peticlip-open-uploader,
.peticlip-social-menu-v2 .peticlip-open-uploader{
  min-height:54px!important;
  border-radius:18px!important;
  font-size:15px!important;
  justify-content:center!important;
}
.peticlip-floating-create-cta{
  display:none!important;
}
.peticlip-publish-success{
  position:fixed!important;
  inset:auto 18px 22px auto!important;
  z-index:2147482500!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(16px) scale(.98)!important;
  transition:opacity .2s ease, transform .2s ease!important;
}
.peticlip-publish-success.is-visible{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
.peticlip-publish-success-card{
  position:relative!important;
  width:min(420px, calc(100vw - 36px))!important;
  padding:20px!important;
  border-radius:26px!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(35,0,54,.96),rgba(94,0,121,.94) 45%,rgba(10,10,10,.96))!important;
  border:1px solid rgba(255,214,10,.38)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.06) inset!important;
  overflow:hidden!important;
}
.peticlip-publish-success-card::before{
  content:''!important;
  position:absolute!important;
  inset:-60px -40px auto auto!important;
  width:160px!important;
  height:160px!important;
  border-radius:999px!important;
  background:rgba(255,214,10,.24)!important;
  filter:blur(4px)!important;
}
.peticlip-publish-success-icon{
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  border-radius:18px!important;
  background:var(--pc153-yellow)!important;
  color:#1a001f!important;
  font-size:24px!important;
  box-shadow:0 12px 32px rgba(255,214,10,.25)!important;
}
.peticlip-publish-success-card strong{
  display:block!important;
  margin-top:12px!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:1000!important;
}
.peticlip-publish-success-card p{
  margin:7px 0 16px!important;
  color:rgba(255,255,255,.76)!important;
  font-weight:750!important;
  line-height:1.35!important;
}
.peticlip-publish-success-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
}
.peticlip-publish-success-actions button{
  min-height:42px!important;
  border-radius:999px!important;
  padding:10px 14px!important;
  cursor:pointer!important;
  font-weight:1000!important;
}
.peticlip-publish-success-close{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:22px!important;
  line-height:1!important;
}
.peticlip-media-kind-badge,
.peticlip-fresh-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  border-radius:999px!important;
  padding:5px 8px!important;
  font-size:10px!important;
  font-weight:1000!important;
  line-height:1!important;
  border:1px solid rgba(255,255,255,.14)!important;
  backdrop-filter:blur(10px)!important;
}
.peticlip-media-kind-badge.is-video{background:rgba(255,214,10,.18)!important;color:#ffe873!important;}
.peticlip-media-kind-badge.is-post{background:rgba(255,61,167,.22)!important;color:#fff!important;}
.peticlip-fresh-badge{background:rgba(0,255,166,.16)!important;color:#9fffd5!important;}
.peticlip-card .peticlip-video-shell{
  transition:box-shadow .2s ease, transform .2s ease!important;
}
.peticlip-card:hover .peticlip-video-shell{
  box-shadow:0 26px 80px rgba(0,0,0,.45),0 0 0 1px rgba(255,214,10,.18) inset!important;
}
.peticlip-action-love.is-busy,
.peticlip-action-love:active,
.peticlip-image-action:active{
  animation:peticlipPawPop153 .32s ease!important;
}
@keyframes peticlipPawPop153{0%{transform:scale(1)}45%{transform:scale(1.16)}100%{transform:scale(1)}}
.peticlip-owner-console-head-153 em{
  display:inline-flex!important;
  margin-bottom:5px!important;
  color:var(--pc153-yellow)!important;
  font-style:normal!important;
  font-size:13px!important;
  font-weight:1000!important;
  letter-spacing:.02em!important;
}
.peticlip-manage-toolbar>div:first-child{min-width:0!important;}
.peticlip-manage-mini-pills{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  justify-content:flex-end!important;
}
.peticlip-manage-mini-pills span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.1)!important;
  font-weight:1000!important;
  font-size:12px!important;
}
.peticlip-manage-actions button[data-manage-share-clip]{
  background:rgba(255,214,10,.14)!important;
  color:#ffd60a!important;
  border-color:rgba(255,214,10,.28)!important;
}
.peticlip-profile-empty{
  border:1px dashed rgba(255,214,10,.28)!important;
  border-radius:26px!important;
  background:radial-gradient(circle at top,rgba(255,214,10,.11),rgba(255,255,255,.035) 42%,rgba(0,0,0,.2))!important;
  padding:28px!important;
}
.peticlip-empty{
  border:1px dashed rgba(255,214,10,.28)!important;
  border-radius:28px!important;
  background:linear-gradient(160deg,rgba(255,214,10,.09),rgba(94,0,121,.14),rgba(0,0,0,.28))!important;
}
@media(max-width:980px){
  .peticlip-floating-create-cta{
    display:inline-flex!important;
    position:fixed!important;
    right:16px!important;
    bottom:calc(22px + env(safe-area-inset-bottom,0px))!important;
    z-index:2147481200!important;
    align-items:center!important;
    gap:8px!important;
    min-height:52px!important;
    border-radius:999px!important;
    padding:10px 16px!important;
    background:var(--pc153-yellow)!important;
    color:#06040a!important;
    border:2px solid var(--pc153-yellow)!important;
    box-shadow:0 20px 55px rgba(0,0,0,.48),0 10px 32px rgba(255,214,10,.35)!important;
    font-weight:1000!important;
    cursor:pointer!important;
  }
  .peticlip-floating-create-cta span{
    display:grid!important;
    place-items:center!important;
    width:28px!important;
    height:28px!important;
    border-radius:999px!important;
    background:#08050b!important;
    color:var(--pc153-yellow)!important;
    font-size:18px!important;
  }
  .peticlip-floating-create-cta strong{font-size:14px!important;}
  .peticlip-app.is-menu-open .peticlip-floating-create-cta,
  .peticlip-app.peticlip-uploading-mode .peticlip-floating-create-cta,
  body.peticlip-uploader-open .peticlip-floating-create-cta{display:none!important;}
  .peticlip-publish-success{left:12px!important;right:12px!important;bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;}
  .peticlip-publish-success-card{width:100%!important;padding:18px!important;border-radius:24px!important;}
  .peticlip-publish-success-actions{display:grid!important;grid-template-columns:1fr 1fr!important;}
  .peticlip-publish-success-actions .peticlip-primary{grid-column:1/-1!important;}
  .peticlip-manage-toolbar{align-items:flex-start!important;flex-direction:column!important;}
  .peticlip-manage-mini-pills{justify-content:flex-start!important;}
}
.peticlip-profile-clip-status.is-video{background:rgba(255,214,10,.94)!important;color:#1a001f!important;}
.peticlip-profile-clip-new{position:absolute!important;right:9px!important;bottom:52px!important;z-index:3!important;border-radius:999px!important;padding:5px 8px!important;font-size:10px!important;font-weight:1000!important;text-transform:uppercase!important;background:rgba(0,255,166,.16)!important;color:#9fffd5!important;border:1px solid rgba(159,255,213,.24)!important;backdrop-filter:blur(10px)!important;}

/* 1.0.153.3 — Correcciones UX post-publicación + modal limpio + Bunny processing safe */
.peticlip-publish-success-actions .peticlip-primary,
.peticlip-publish-success-actions button.peticlip-primary{
  background:#ffd60a!important;
  color:#120016!important;
  border:2px solid #ffd60a!important;
  box-shadow:0 14px 34px rgba(255,214,10,.28)!important;
}
.peticlip-publish-success-actions .peticlip-secondary,
.peticlip-publish-success-actions button.peticlip-secondary{
  background:#fff!important;
  color:#16001d!important;
  border:2px solid rgba(255,255,255,.92)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
}
.peticlip-publish-success-actions button:hover,
.peticlip-publish-success-actions button:focus-visible{
  transform:translateY(-1px)!important;
  filter:brightness(1.02)!important;
}
.peticlip-publish-success-note{
  display:block!important;
  margin:-4px 0 14px!important;
  color:#ffe873!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.3!important;
}
.peticlip-publish-success-card.is-processing{
  border-color:rgba(0,255,166,.34)!important;
  background:linear-gradient(145deg,rgba(35,0,54,.96),rgba(94,0,121,.88) 45%,rgba(0,68,42,.92))!important;
}
.peticlip-publish-success-card.is-processing .peticlip-publish-success-icon{
  background:linear-gradient(135deg,#00ffa6,#ffd60a)!important;
  color:#07120c!important;
}
.peticlip-processing-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  border-radius:999px!important;
  padding:5px 9px!important;
  font-size:10px!important;
  font-weight:1000!important;
  line-height:1!important;
  background:rgba(0,255,166,.16)!important;
  color:#a8ffca!important;
  border:1px solid rgba(0,255,166,.24)!important;
  backdrop-filter:blur(10px)!important;
}
body.peticlip-uploader-open .peticlip-actions-pro,
body.peticlip-uploader-open .peticlip-actions,
body.peticlip-uploader-open .peticlip-floating-reactions-rail,
body.peticlip-uploader-open .peticlip-image-bottom-actions,
body.peticlip-uploader-open .peticlip-player-controls,
body.peticlip-uploader-open .peticlip-tap-audio-hint,
.peticlip-app.peticlip-uploading-mode .peticlip-actions-pro,
.peticlip-app.peticlip-uploading-mode .peticlip-actions,
.peticlip-app.peticlip-uploading-mode .peticlip-floating-reactions-rail,
.peticlip-app.peticlip-uploading-mode .peticlip-image-bottom-actions,
.peticlip-app.peticlip-uploading-mode .peticlip-player-controls,
.peticlip-app.peticlip-uploading-mode .peticlip-tap-audio-hint,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-actions-pro,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-actions,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-floating-reactions-rail,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-image-bottom-actions,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-player-controls,
.peticlip-app:has(.peticlip-uploader.is-open) .peticlip-tap-audio-hint{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  z-index:-1!important;
}
body.peticlip-uploader-open .peticlip-publish-success,
.peticlip-app.peticlip-uploading-mode .peticlip-publish-success{
  display:none!important;
  opacity:0!important;
  pointer-events:none!important;
}
.peticlip-uploader.is-open,
body.peticlip-uploader-open .peticlip-uploader,
.peticlip-app.peticlip-uploading-mode .peticlip-uploader{
  z-index:2147483000!important;
}
.peticlip-uploader.is-open .peticlip-uploader-backdrop,
body.peticlip-uploader-open .peticlip-uploader-backdrop,
.peticlip-app.peticlip-uploading-mode .peticlip-uploader-backdrop{
  z-index:2147483001!important;
}
.peticlip-uploader.is-open .peticlip-uploader-dialog,
body.peticlip-uploader-open .peticlip-uploader-dialog,
.peticlip-app.peticlip-uploading-mode .peticlip-uploader-dialog{
  z-index:2147483002!important;
  position:relative!important;
}
@media(max-width:560px){
  .peticlip-publish-success-actions{grid-template-columns:1fr!important;display:grid!important;}
  .peticlip-publish-success-actions .peticlip-primary{grid-column:auto!important;}
  .peticlip-publish-success-card strong{font-size:19px!important;}
  .peticlip-publish-success-card p{font-size:14px!important;}
}

/* 1.0.153.4 — Studio simple tipo Instagram + video más limpio en móvil */
.peticlip-studio-pro-panel,
.peticlip-social-studio-panel,
.peticlip-studio-pro-note,
.peticlip-sticker-studio,
.peticlip-petisounds-panel{
  display:none!important;
}
.peticlip-insta-studio{
  display:grid!important;
  gap:12px!important;
  margin:14px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.peticlip-caption-composer{
  display:grid!important;
  gap:8px!important;
  color:#fff!important;
  font-weight:950!important;
}
.peticlip-caption-composer textarea{
  min-height:104px!important;
  border-radius:24px!important;
  padding:16px 18px!important;
  background:#fff!important;
  color:#130018!important;
  border:2px solid rgba(255,255,255,.92)!important;
  font-size:15px!important;
  line-height:1.35!important;
  resize:vertical!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)!important;
}
.peticlip-caption-composer textarea::placeholder{color:rgba(19,0,24,.48)!important;font-weight:850!important;}
.peticlip-caption-composer .peticlip-field-hint{color:rgba(255,255,255,.70)!important;font-size:12px!important;line-height:1.3!important;font-weight:800!important;}
.peticlip-upload-form>.peticlip-public-note{background:rgba(255,214,10,.10)!important;border-color:rgba(255,214,10,.22)!important;}
.peticlip-upload-form>.peticlip-public-note strong{color:#ffd60a!important;}
.peticlip-upload-form>.peticlip-form-note{font-size:11px!important;line-height:1.35!important;color:rgba(255,255,255,.58)!important;}
.peticlip-inline-hashtag{color:#ffe873!important;font-weight:1000!important;}
.peticlip-inline-mention{color:#ff76cb!important;font-weight:1000!important;}
html[data-peticlip-uploader-open="1"] .peticlip-actions-pro,
html[data-peticlip-uploader-open="1"] .peticlip-actions,
html[data-peticlip-uploader-open="1"] .peticlip-floating-reactions-rail,
html[data-peticlip-uploader-open="1"] .peticlip-image-bottom-actions,
html[data-peticlip-uploader-open="1"] .peticlip-player-controls,
html[data-peticlip-uploader-open="1"] .peticlip-tap-audio-hint,
html[data-peticlip-uploader-open="1"] .peticlip-floating-create-cta,
body.peticlip-uploader-open .peticlip-card.is-active .peticlip-actions-pro,
body.peticlip-uploader-open .peticlip-card.is-active .peticlip-actions{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  z-index:-999!important;
}
html[data-peticlip-uploader-open="1"] .peticlip-uploader.is-open,
body.peticlip-uploader-open .peticlip-uploader.is-open,
.peticlip-uploader.is-open{
  z-index:2147483644!important;
  isolation:isolate!important;
}
html[data-peticlip-uploader-open="1"] .peticlip-uploader-backdrop,
body.peticlip-uploader-open .peticlip-uploader-backdrop{
  z-index:2147483645!important;
}
html[data-peticlip-uploader-open="1"] .peticlip-uploader-dialog,
body.peticlip-uploader-open .peticlip-uploader-dialog,
.peticlip-uploader.is-open .peticlip-uploader-dialog{
  z-index:2147483646!important;
  position:relative!important;
}
@media(max-width:780px){
  .peticlip-uploader-dialog{
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    top:0!important;
    left:0!important;
    transform:none!important;
    border-radius:0!important;
    padding:18px 14px calc(28px + env(safe-area-inset-bottom,0px))!important;
  }
  .peticlip-uploader-title{margin-bottom:12px!important;gap:10px!important;}
  .peticlip-uploader-title span{width:42px!important;height:42px!important;font-size:20px!important;}
  .peticlip-uploader-title strong{font-size:23px!important;line-height:1.05!important;}
  .peticlip-uploader-title p{font-size:13px!important;line-height:1.25!important;margin-top:4px!important;}
  .peticlip-source-tabs{gap:8px!important;margin-bottom:10px!important;}
  .peticlip-source-tab{min-height:44px!important;padding:10px!important;border-radius:14px!important;font-size:14px!important;}
  .peticlip-source-field{padding:14px!important;border-radius:20px!important;font-size:13px!important;}
  .peticlip-source-field input[type="file"]::file-selector-button,
  .peticlip-source-field input[type="file"]::-webkit-file-upload-button{font-size:13px!important;padding:10px 14px!important;border-radius:999px!important;}
  .peticlip-upload-help{display:none!important;}
  .peticlip-caption-composer textarea{min-height:92px!important;border-radius:20px!important;font-size:14px!important;}
  .peticlip-caption-composer .peticlip-field-hint{font-size:11px!important;}
  .peticlip-public-note{display:none!important;}
  .peticlip-form-note{display:none!important;}
  .peticlip-meta-overlay{
    left:14px!important;
    right:82px!important;
    bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;
  }
  .peticlip-platform,
  .peticlip-social-type-badge,
  .peticlip-creator-level-badge,
  .peticlip-featured-badge,
  .peticlip-challenge-badge,
  .peticlip-petisound-chip,
  .peticlip-tags,
  .peticlip-channel-caption,
  .peticlip-channel-handle-row{
    display:none!important;
  }
  .peticlip-media-kind-badge,
  .peticlip-fresh-badge,
  .peticlip-processing-badge{
    padding:4px 7px!important;
    font-size:9px!important;
    margin-bottom:4px!important;
  }
  .peticlip-channel-line{margin-top:6px!important;margin-bottom:4px!important;gap:6px!important;}
  .peticlip-channel-name-btn strong{font-size:13px!important;}
  .peticlip-caption{
    max-height:44px!important;
    overflow:hidden!important;
    font-size:13px!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    padding-left:0!important;
  }
  .peticlip-caption p{margin:0!important;}
  .peticlip-plan-badge{font-size:9px!important;min-height:18px!important;padding:0 6px!important;}
}


/* 1.0.153.5 — Feed limpio: menos texto sobre video + descripción con leer más */
.peticlip-caption-inner{margin:0!important;display:block!important;max-width:100%!important;}
.peticlip-caption-full{display:none!important;}
.peticlip-caption-inner.is-expanded .peticlip-caption-short{display:none!important;}
.peticlip-caption-inner.is-expanded .peticlip-caption-full{display:inline!important;}
.peticlip-caption-more{
  display:inline-flex!important;
  align-items:center!important;
  margin-left:6px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#ffd60a!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:1000!important;
  text-shadow:0 2px 10px rgba(0,0,0,.55)!important;
  cursor:pointer!important;
}
.peticlip-caption-more:hover{text-decoration:underline!important;}
.peticlip-caption-inner.is-expanded{
  max-height:132px!important;
  overflow:auto!important;
  display:block!important;
  padding:8px 10px!important;
  border-radius:14px!important;
  background:rgba(0,0,0,.36)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  backdrop-filter:blur(10px)!important;
}
.peticlip-caption-inner.is-expanded::-webkit-scrollbar{width:0;height:0;}
@media(max-width:780px){
  .peticlip-meta-overlay{
    left:12px!important;
    right:74px!important;
    bottom:calc(78px + env(safe-area-inset-bottom,0px))!important;
    max-height:38vh!important;
    display:block!important;
    text-shadow:0 2px 12px rgba(0,0,0,.62)!important;
  }
  .peticlip-platform,
  .peticlip-social-type-badge,
  .peticlip-creator-level-badge,
  .peticlip-featured-badge,
  .peticlip-challenge-badge,
  .peticlip-petisound-chip,
  .peticlip-tags,
  .peticlip-channel-caption,
  .peticlip-channel-handle-row,
  .peticlip-media-kind-badge,
  .peticlip-fresh-badge,
  .peticlip-processing-badge,
  .peticlip-status-badge,
  .peticlip-plan-badge,
  .peticlip-blue-paw-verified,
  .peticlip-verified-badge,
  .peticlip-channel-follow-btn,
  .peticlip-linked-cta,
  .peticlip-sticker-overlay{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .peticlip-channel-line{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:7px!important;
    margin:0 0 5px!important;
    max-width:100%!important;
    padding:0!important;
  }
  .peticlip-channel-avatar-btn{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-width:2px!important;
    box-shadow:0 8px 20px rgba(0,0,0,.34)!important;
  }
  .peticlip-channel-name-btn{
    max-width:calc(100% - 44px)!important;
    min-height:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .peticlip-channel-name-btn strong{
    display:block!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:14px!important;
    line-height:1.1!important;
  }
  .peticlip-caption{
    max-height:none!important;
    overflow:visible!important;
    display:block!important;
    padding-left:41px!important;
    margin-top:-2px!important;
    font-size:13px!important;
    line-height:1.25!important;
    color:rgba(255,255,255,.92)!important;
  }
  .peticlip-caption p,
  .peticlip-caption-inner{
    margin:0!important;
    font-size:13px!important;
    line-height:1.25!important;
  }
  .peticlip-caption-inner.is-collapsed{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    max-height:34px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  .peticlip-caption-inner.is-expanded{
    max-height:120px!important;
    overflow:auto!important;
    padding:8px 9px!important;
    margin-left:-41px!important;
    font-size:13px!important;
    line-height:1.28!important;
  }
  .peticlip-caption-more{
    font-size:12px!important;
    margin-left:5px!important;
    color:#ffd60a!important;
  }
  .peticlip-actions-pro,
  .peticlip-actions{
    right:8px!important;
    bottom:calc(92px + env(safe-area-inset-bottom,0px))!important;
    gap:8px!important;
  }
  .peticlip-action{
    width:48px!important;
    min-height:48px!important;
    border-radius:999px!important;
    background:rgba(6,4,11,.66)!important;
  }
  .peticlip-action span{font-size:18px!important;}
  .peticlip-action small{font-size:9px!important;line-height:1!important;}
  .peticlip-action-report small{font-size:0!important;}
  .peticlip-action-report small::after{content:'⚑';font-size:11px!important;}
  .peticlip-tap-audio-hint{
    left:50%!important;
    right:auto!important;
    bottom:calc(54px + env(safe-area-inset-bottom,0px))!important;
    transform:translateX(-50%)!important;
    width:auto!important;
    max-width:68%!important;
    min-height:30px!important;
    padding:7px 12px!important;
    border-radius:999px!important;
    font-size:11px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    opacity:.92!important;
  }
  .peticlip-player-controls{
    left:14px!important;
    right:14px!important;
    bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;
  }
  .peticlip-video-gradient{
    background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.38) 22%,transparent 55%,rgba(0,0,0,.10) 100%)!important;
  }
  .peticlip-card.is-image-post .peticlip-meta-overlay{bottom:calc(70px + env(safe-area-inset-bottom,0px))!important;}
}
@media(max-width:420px){
  .peticlip-meta-overlay{right:66px!important;}
  .peticlip-action{width:44px!important;min-height:44px!important;}
  .peticlip-actions-pro,.peticlip-actions{right:7px!important;gap:7px!important;}
  .peticlip-tap-audio-hint{max-width:74%!important;font-size:10px!important;}
}


/* 1.0.153.6 — Feed ultra limpio: solo creador + descripción corta */
.peticlip-card .peticlip-meta-overlay{
  left:16px!important;
  right:86px!important;
  bottom:72px!important;
  max-height:112px!important;
  overflow:visible!important;
  display:block!important;
  text-shadow:0 2px 12px rgba(0,0,0,.74)!important;
}
.peticlip-card .peticlip-platform,
.peticlip-card .peticlip-media-kind-badge,
.peticlip-card .peticlip-fresh-badge,
.peticlip-card .peticlip-processing-badge,
.peticlip-card .peticlip-status-badge,
.peticlip-card .peticlip-social-type-badge,
.peticlip-card .peticlip-challenge-badge,
.peticlip-card .peticlip-featured-badge,
.peticlip-card .peticlip-plan-badge,
.peticlip-card .peticlip-creator-level-badge,
.peticlip-card .peticlip-channel-follow-btn,
.peticlip-card .peticlip-channel-caption,
.peticlip-card .peticlip-channel-handle-row,
.peticlip-card .peticlip-tags,
.peticlip-card .peticlip-petisound-chip,
.peticlip-card .peticlip-linked-cta,
.peticlip-card .peticlip-sticker-overlay{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.peticlip-card .peticlip-channel-line{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 3px!important;
  padding:0!important;
  min-height:32px!important;
  max-width:100%!important;
}
.peticlip-card .peticlip-channel-avatar-btn{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-width:2px!important;
  box-shadow:0 8px 20px rgba(0,0,0,.38)!important;
}
.peticlip-card .peticlip-channel-name-btn{
  max-width:calc(100% - 44px)!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.peticlip-card .peticlip-channel-name-btn strong{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.05!important;
  font-weight:1000!important;
}
.peticlip-card .peticlip-caption{
  display:block!important;
  margin:0!important;
  padding-left:41px!important;
  max-height:none!important;
  overflow:visible!important;
  color:rgba(255,255,255,.95)!important;
  font-size:13px!important;
  line-height:1.14!important;
}
.peticlip-card .peticlip-caption p,
.peticlip-card .peticlip-caption-inner{
  margin:0!important;
  padding:0!important;
  font-size:13px!important;
  line-height:1.14!important;
  font-weight:850!important;
}
.peticlip-card .peticlip-caption-inner.is-collapsed{
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  max-height:16px!important;
  background:transparent!important;
  border:0!important;
}
.peticlip-card .peticlip-caption-inner.is-expanded{
  display:block!important;
  max-height:96px!important;
  overflow:auto!important;
  margin-left:-41px!important;
  padding:8px 9px!important;
  border-radius:14px!important;
  background:rgba(0,0,0,.44)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  backdrop-filter:blur(10px)!important;
  line-height:1.22!important;
}
.peticlip-card .peticlip-caption-more{
  margin-left:5px!important;
  color:#ffd60a!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:1000!important;
}
@media(max-width:780px){
  .peticlip-card .peticlip-meta-overlay{
    left:12px!important;
    right:68px!important;
    bottom:calc(70px + env(safe-area-inset-bottom,0px))!important;
    max-height:94px!important;
  }
  .peticlip-card .peticlip-channel-line{gap:6px!important;margin-bottom:2px!important;min-height:30px!important;}
  .peticlip-card .peticlip-channel-avatar-btn{width:31px!important;height:31px!important;min-width:31px!important;}
  .peticlip-card .peticlip-channel-name-btn{max-width:calc(100% - 39px)!important;}
  .peticlip-card .peticlip-channel-name-btn strong{font-size:14px!important;line-height:1.02!important;}
  .peticlip-card .peticlip-caption{padding-left:37px!important;font-size:12px!important;line-height:1.12!important;}
  .peticlip-card .peticlip-caption p,
  .peticlip-card .peticlip-caption-inner{font-size:12px!important;line-height:1.12!important;}
  .peticlip-card .peticlip-caption-inner.is-collapsed{max-height:14px!important;-webkit-line-clamp:1!important;}
  .peticlip-card .peticlip-caption-inner.is-expanded{margin-left:-37px!important;max-height:88px!important;line-height:1.2!important;}
  .peticlip-card .peticlip-caption-more{font-size:11px!important;margin-left:4px!important;}
}
@media(max-width:420px){
  .peticlip-card .peticlip-meta-overlay{right:62px!important;bottom:calc(68px + env(safe-area-inset-bottom,0px))!important;}
}


/* Desktop right-column promo slider */
.peticlip-sidebar-ad-shell{margin-top:18px;width:100%;}
.peticlip-sidebar-ad-slider{position:relative;border-radius:28px;padding:14px;background:linear-gradient(180deg,rgba(18,18,22,.98),rgba(11,11,15,.98));border:1px solid rgba(255,214,10,.12);box-shadow:0 22px 54px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.04) inset;overflow:hidden}
.peticlip-sidebar-ad-track{position:relative;min-height:0}
.peticlip-sidebar-ad-slide{display:none;appearance:none;border:0;background:transparent;padding:0;margin:0;width:100%;cursor:pointer;border-radius:22px;overflow:hidden;box-shadow:0 10px 32px rgba(0,0,0,.28)}
.peticlip-sidebar-ad-slide.is-active{display:block;animation:peticlipBannerFade .45s ease}
.peticlip-sidebar-ad-slide img{display:block;width:100%;height:auto;border-radius:22px;object-fit:cover;background:#12061d}
.peticlip-sidebar-ad-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}
.peticlip-sidebar-ad-arrow{appearance:none;border:0;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;font-weight:900;display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,background .18s ease}
.peticlip-sidebar-ad-arrow:hover{background:rgba(255,214,10,.22);transform:translateY(-1px)}
.peticlip-sidebar-ad-dots{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}
.peticlip-sidebar-ad-dot{appearance:none;border:0;width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.26);cursor:pointer;transition:all .18s ease}
.peticlip-sidebar-ad-dot.is-active{width:28px;background:#ffd200}
.peticlip-sidebar-ad-note{margin-top:10px;color:rgba(255,255,255,.62);font-size:11px;line-height:1.35;text-align:center}
@keyframes peticlipBannerFade{from{opacity:.32;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media (max-width: 1100px){.peticlip-sidebar-ad-shell{display:none!important}}


/* 1.0.153.8: los banners de la derecha solo aparecen en Mi Canal/perfil. En feed normal se conserva el panel de detalles, comentarios y datos del canal. */
.peticlip-sidebar-ad-shell{display:none!important;}
.peticlip-app:not(.is-profile-mode) .peticlip-tiktok-detail-panel{display:block!important;}
.peticlip-app:not(.is-profile-mode) .peticlip-rail-right.peticlip-tiktok-detail-rail{display:flex!important;}
body.peticlips-standalone-body .peticlip-app.is-profile-mode .peticlip-rail-right.peticlip-tiktok-detail-rail,
.peticlip-app.peticlip-source-standalone.is-profile-mode .peticlip-rail-right.peticlip-tiktok-detail-rail,
.peticlip-app.is-profile-mode .peticlip-rail-right.peticlip-tiktok-detail-rail{display:flex!important;visibility:visible!important;opacity:1!important;width:clamp(260px,26vw,410px)!important;min-width:260px!important;max-width:430px!important;padding:18px 16px!important;align-items:stretch!important;justify-content:flex-start!important;overflow-y:auto!important;}
.peticlip-app.is-profile-mode .peticlip-tiktok-detail-panel{display:none!important;}
.peticlip-app.is-profile-mode .peticlip-sidebar-ad-shell{display:block!important;margin-top:0!important;width:100%!important;}
.peticlip-app.is-profile-mode .peticlip-sidebar-ad-slider{max-width:390px;margin:0 auto;}
@media (max-width:1100px){
  .peticlip-app.is-profile-mode .peticlip-rail-right.peticlip-tiktok-detail-rail,
  .peticlip-sidebar-ad-shell{display:none!important;}
}


/* 1.0.153.11 mobile feed hard-guard: the desktop detail/sidebar can never take over peticlips.com mobile. */
@media (max-width:980px){
  body.peticlips-standalone-body,
  body.peticlips-standalone-body html{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    background:#000!important;
  }
  body.peticlips-standalone-body .peticlip-rail-left,
  body.peticlips-standalone-body .peticlip-rail-right,
  body.peticlips-standalone-body .peticlip-tiktok-detail-rail,
  body.peticlips-standalone-body .peticlip-tiktok-detail-panel,
  body.peticlips-standalone-body .peticlip-sidebar-ad-shell,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-left,
  .peticlip-app.peticlip-source-standalone .peticlip-rail-right,
  .peticlip-app.peticlip-source-standalone .peticlip-tiktok-detail-rail,
  .peticlip-app.peticlip-source-standalone .peticlip-tiktok-detail-panel,
  .peticlip-app.peticlip-source-standalone .peticlip-sidebar-ad-shell{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    width:0!important;
    max-width:0!important;
    min-width:0!important;
    height:0!important;
    max-height:0!important;
    overflow:hidden!important;
  }
  body.peticlips-standalone-body .peticlip-detail-social-core,
  body.peticlips-standalone-body .peticlip-detail-author-card,
  body.peticlips-standalone-body .peticlip-detail-actions-row,
  body.peticlips-standalone-body .peticlip-detail-share-box,
  body.peticlips-standalone-body .peticlip-detail-tabs,
  body.peticlips-standalone-body .peticlip-detail-pane,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-social-core,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-author-card,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-actions-row,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-share-box,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-tabs,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-pane{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  body.peticlips-standalone-body .peticlip-app,
  .peticlip-app.peticlip-source-standalone{
    position:fixed!important;
    inset:0!important;
    display:block!important;
    grid-template-columns:1fr!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#000!important;
  }
  body.peticlips-standalone-body .peticlip-stage,
  .peticlip-app.peticlip-source-standalone .peticlip-stage{
    grid-column:1!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#000!important;
    display:block!important;
    position:relative!important;
  }
  body.peticlips-standalone-body .peticlip-feed,
  .peticlip-app.peticlip-source-standalone .peticlip-feed{
    width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    background:#000!important;
    scroll-snap-type:y mandatory!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card{
    width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    margin:0!important;
    border-radius:0!important;
    scroll-snap-align:start!important;
    overflow:hidden!important;
  }
  body.peticlips-standalone-body .peticlip-card-media,
  body.peticlips-standalone-body .peticlip-media,
  body.peticlips-standalone-body .peticlip-video,
  body.peticlips-standalone-body .peticlip-video video,
  .peticlip-app.peticlip-source-standalone .peticlip-card-media,
  .peticlip-app.peticlip-source-standalone .peticlip-media,
  .peticlip-app.peticlip-source-standalone .peticlip-video,
  .peticlip-app.peticlip-source-standalone .peticlip-video video{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:92!important;
  }
  body.peticlips-standalone-body .peticlip-detail-share-box,
  .peticlip-app.peticlip-source-standalone .peticlip-detail-share-box{display:none!important;}
}


/* 1.0.153.12 — Mobile topbar alignment: menu / logo / publish */
@media (max-width: 980px){
  body.peticlips-standalone-body .peticlip-mobile-drawer-fab,
  body.peticlips-standalone-body .peticlip-mobile-return-floating,
  body.peticlips-standalone-body .peticlip-mobile-auth-floating,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-drawer-fab,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-return-floating,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-auth-floating{
    display:none!important;
    opacity:0!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    align-items:center!important;
    column-gap:10px!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    height:calc(62px + env(safe-area-inset-top))!important;
    padding:calc(8px + env(safe-area-inset-top)) 12px 8px!important;
    background:linear-gradient(180deg,rgba(13,0,25,.92),rgba(13,0,25,.42),rgba(13,0,25,0))!important;
    z-index:214748300!important;
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
    box-sizing:border-box!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-icon-button,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-icon-button{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    border-radius:14px!important;
    border:1px solid rgba(94,0,121,.42)!important;
    background:#ffd200!important;
    color:#5e0079!important;
    box-shadow:0 12px 26px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.18) inset!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    margin:0!important;
    pointer-events:auto!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-menu-bubble,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-menu-bubble{
    justify-self:start!important;
    font-size:0!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-publish-button,
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-open-uploader,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-publish-button,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-open-uploader{
    justify-self:end!important;
    font-size:30px!important;
    font-weight:950!important;
    line-height:1!important;
    color:#5e0079!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand{
    justify-self:center!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    min-width:0!important;
    max-width:176px!important;
    height:38px!important;
    min-height:38px!important;
    padding:6px 12px!important;
    border-radius:999px!important;
    background:rgba(0,0,0,.34)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 10px 26px rgba(0,0,0,.22)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    color:#fff!important;
    text-shadow:none!important;
    overflow:hidden!important;
    pointer-events:auto!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{
    display:block!important;
    height:22px!important;
    width:auto!important;
    max-width:92px!important;
    object-fit:contain!important;
    flex:0 1 auto!important;
    filter:drop-shadow(0 5px 12px rgba(255,214,10,.22))!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-brand small,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand small{
    display:inline-block!important;
    margin:0!important;
    padding-left:2px!important;
    font-size:10px!important;
    line-height:1!important;
    color:rgba(255,255,255,.82)!important;
    font-weight:950!important;
    white-space:nowrap!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar strong::before,
  body.peticlips-standalone-body .peticlip-mobile-topbar strong::after,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar strong::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar strong::after{
    display:none!important;
    content:none!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon{
    position:relative!important;
    display:block!important;
    width:20px!important;
    height:14px!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(#5e0079,#5e0079) center/20px 3px no-repeat!important;
    box-shadow:none!important;
    color:#5e0079!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before,
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after{
    content:''!important;
    position:absolute!important;
    left:0!important;
    width:20px!important;
    height:3px!important;
    border-radius:999px!important;
    background:#5e0079!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::before{top:0!important;}
  body.peticlips-standalone-body .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-menu-bubble .peticlip-menu-bubble-icon::after{bottom:0!important;}
}
@media (max-width: 380px){
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{grid-template-columns:44px minmax(0,1fr) 44px!important;padding-left:10px!important;padding-right:10px!important;column-gap:8px!important;}
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-icon-button,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-icon-button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:13px!important;}
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-brand,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-brand{height:36px!important;max-width:154px!important;padding:5px 10px!important;gap:5px!important;}
  body.peticlips-standalone-body .peticlip-mobile-brand-logo,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand-logo{height:20px!important;max-width:84px!important;}
  body.peticlips-standalone-body .peticlip-mobile-brand small,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-brand small{font-size:9px!important;}
}




/* 1.0.153.14 — Mobile polish: publish button goes to lower control rail, topbar stays clean */
@media (max-width:980px){
  body.peticlips-standalone-body .peticlip-mobile-topbar,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar{
    grid-template-columns:48px minmax(0,1fr) 48px!important;
  }
  body.peticlips-standalone-body .peticlip-mobile-topbar .peticlip-mobile-publish-button,
  body.peticlips-standalone-body .peticlip-mobile-topbar > .peticlip-open-uploader,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar .peticlip-mobile-publish-button,
  .peticlip-app.peticlip-source-standalone .peticlip-mobile-topbar > .peticlip-open-uploader{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-nav,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav{
    display:block!important;
    position:fixed!important;
    inset:auto 0 0 0!important;
    height:0!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
    z-index:214748260!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-tab,
  body.peticlips-standalone-body .peticlip-bottom-nav > button:not(.peticlip-bottom-publish),
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-tab,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-nav > button:not(.peticlip-bottom-publish){
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-publish{
    position:fixed!important;
    right:14px!important;
    bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    border-radius:16px!important;
    border:1px solid rgba(94,0,121,.38)!important;
    background:#ffd200!important;
    color:#5e0079!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    z-index:214748265!important;
    pointer-events:auto!important;
    box-shadow:0 14px 30px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.18) inset!important;
    transform:none!important;
  }
  body.peticlips-standalone-body .peticlip-bottom-publish span,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-publish span{
    color:#5e0079!important;
    font-size:32px!important;
    line-height:1!important;
    font-weight:1000!important;
    margin-top:-2px!important;
  }

  /* Leave a clean lane for the lower + button. */
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    left:14px!important;
    right:82px!important;
    bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;
    z-index:214748250!important;
  }
  body.peticlips-standalone-body .peticlip-sound-toggle,
  .peticlip-app.peticlip-source-standalone .peticlip-sound-toggle{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
  body.peticlips-standalone-body .peticlip-progress,
  .peticlip-app.peticlip-source-standalone .peticlip-progress{
    height:20px!important;
  }
  body.peticlips-standalone-body .peticlip-progress::-webkit-slider-thumb,
  .peticlip-app.peticlip-source-standalone .peticlip-progress::-webkit-slider-thumb{
    width:18px!important;
    height:18px!important;
    margin-top:-7px!important;
  }
  body.peticlips-standalone-body .peticlip-actions,
  .peticlip-app.peticlip-source-standalone .peticlip-actions{
    right:14px!important;
    bottom:calc(88px + env(safe-area-inset-bottom,0px))!important;
    gap:9px!important;
  }
  body.peticlips-standalone-body .peticlip-action,
  .peticlip-app.peticlip-source-standalone .peticlip-action{
    width:48px!important;
    min-height:48px!important;
    border-radius:16px!important;
  }
  body.peticlips-standalone-body .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-meta-overlay,
  body.peticlips-standalone-body .peticlip-card .peticlip-meta-overlay,
  .peticlip-app.peticlip-source-standalone .peticlip-card .peticlip-meta-overlay{
    bottom:calc(74px + env(safe-area-inset-bottom,0px))!important;
    right:72px!important;
  }

  body.peticlips-standalone-body .peticlip-card,
  .peticlip-app.peticlip-source-standalone .peticlip-card,
  body.peticlips-standalone-body .peticlip-card-media,
  .peticlip-app.peticlip-source-standalone .peticlip-card-media{
    contain:layout paint size!important;
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
    transform:translateZ(0)!important;
  }
  body.peticlips-standalone-body .peticlip-native-video,
  .peticlip-app.peticlip-source-standalone .peticlip-native-video{
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
    transform:translateZ(0)!important;
    will-change:transform!important;
  }
}
@media (max-width:380px){
  body.peticlips-standalone-body .peticlip-bottom-publish,
  .peticlip-app.peticlip-source-standalone .peticlip-bottom-publish{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    right:12px!important;
    bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;
  }
  body.peticlips-standalone-body .peticlip-player-controls,
  .peticlip-app.peticlip-source-standalone .peticlip-player-controls{
    right:74px!important;
  }
}
