:root{--peach-reels-pink:#e6378f}
.peach-reels-entry{position:fixed;z-index:99990;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 15px;border:1px solid rgba(255,255,255,.20);border-radius:999px;color:#fff!important;background:rgba(18,18,22,.80);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 9px 28px rgba(0,0,0,.32);text-decoration:none!important;font:800 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-tap-highlight-color:transparent;transition:.16s ease}
.peach-reels-entry:hover,.peach-reels-entry:focus,.peach-reels-entry:active{color:#fff!important;background:var(--peach-reels-pink);border-color:var(--peach-reels-pink);text-decoration:none!important;transform:translateY(-1px)}
.peach-reels-entry__icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--peach-reels-pink)}
.peach-reels-entry:hover .peach-reels-entry__icon,.peach-reels-entry:focus .peach-reels-entry__icon{background:rgba(255,255,255,.18)}
.peach-reels-entry__icon svg{width:13px;height:13px;fill:currentColor}
@media(max-width:782px){.peach-reels-entry{left:50%;bottom:calc(14px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);min-height:48px;padding:0 18px;font-size:14px}.peach-reels-entry:hover,.peach-reels-entry:focus,.peach-reels-entry:active{transform:translateX(-50%) translateY(-1px)}}
@media(min-width:783px){.peach-reels-entry{right:18px;bottom:var(--peach-entry-desktop-bottom,20px);opacity:.88}.peach-reels-entry:hover,.peach-reels-entry:focus{opacity:1}}
.peach-reels-preview{display:none;width:min(1180px,calc(100% - 32px));margin:24px auto 34px;padding:20px;border:1px solid rgba(230,55,143,.58);border-radius:20px;background:rgba(12,12,18,.94);box-shadow:0 14px 42px rgba(0,0,0,.26);box-sizing:border-box}
.peach-reels-preview.is-mounted{display:block}
.peach-reels-preview__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}
.peach-reels-preview__head h2{margin:0 0 4px;font:800 clamp(22px,3vw,30px)/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#fff}
.peach-reels-preview__head p{margin:0;color:rgba(255,255,255,.72);font:500 14px/1.4 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.peach-reels-preview__all{flex:none;color:var(--peach-reels-pink)!important;text-decoration:none!important;font:800 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.peach-reels-preview__track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;overflow:hidden}
.peach-reels-preview__card{min-width:0;color:#fff!important;text-decoration:none!important}
.peach-reels-preview__media{position:relative;display:block;aspect-ratio:9/16;overflow:hidden;border-radius:14px;background:#111}
.peach-reels-preview__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}
.peach-reels-preview__card:hover img{transform:scale(1.035)}
.peach-reels-preview__play{position:absolute;left:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(230,55,143,.92);box-shadow:0 6px 18px rgba(0,0,0,.28)}
.peach-reels-preview__play svg{width:17px;height:17px;fill:currentColor}
.peach-reels-preview__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:8px;color:#fff;font:750 13px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
@media(max-width:900px){.peach-reels-preview{width:calc(100% - 20px);padding:16px;margin-top:18px}.peach-reels-preview__track{display:flex;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}.peach-reels-preview__track::-webkit-scrollbar{display:none}.peach-reels-preview__card{flex:0 0 145px;scroll-snap-align:start}}
@media(max-width:520px){.peach-reels-preview__head{align-items:flex-start}.peach-reels-preview__head p{font-size:13px}.peach-reels-preview__all{font-size:13px}.peach-reels-preview__card{flex-basis:132px}}

.peach-reels-inline-wrap{display:flex;justify-content:center;margin:12px 0 18px}
.peach-reels-inline{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 15px;border:1px solid rgba(230,55,143,.72);border-radius:999px;color:#fff!important;background:rgba(18,18,22,.88);text-decoration:none!important;font:800 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 7px 20px rgba(0,0,0,.2);transition:.16s ease}
.peach-reels-inline:hover,.peach-reels-inline:focus{color:#fff!important;background:var(--peach-reels-pink);border-color:var(--peach-reels-pink);transform:translateY(-1px)}
.peach-reels-inline__icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--peach-reels-pink)}
.peach-reels-inline:hover .peach-reels-inline__icon{background:rgba(255,255,255,.18)}
.peach-reels-inline__icon svg{width:13px;height:13px;fill:currentColor}

.peach-reels-inline-wrap.is-ad-gated{display:none}
.peach-reels-inline-wrap.is-ad-gated.is-revealed{display:flex}
