: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;
  }
}
