.guestpov-viewport {
    position: relative;
    overflow: hidden;
}

.guestpov-flash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    display: none;
    z-index: 10;
    pointer-events: none; /* Agar tidak menghalangi klik pada viewport */
}

/* Penyelaras tampilan video mirroring di layar saat selfie */
.guestpov-mirror {
    transform: scaleX(-1);
}

/* Matikan double tap zoom di seluruh area modal kamera */
#guestpov-camera-overlay {
    touch-action: none; /* Mencegah semua jenis gesture bawaan browser di overlay utama */
}

/* Biarkan area topbar dan bottombar hanya merespon tap tunggal (manipulation) */
.guestpov-camera-topbar,
.guestpov-bottombar,
.guestpov-cam-icon-btn,
.guestpov-capture-btn {
    touch-action: manipulation !important; /* Mengizinkan klik cepat tanpa memicu double-tap zoom */
}

/* Area video tetap di-set none karena zoom dihandle oleh script pinch-to-zoom kustom kita */
.guestpov-viewport {
    touch-action: none !important;
}
.wave-visualizer{display:flex;justify-content:center;align-items:center;gap:5px;height:40px}.wave-visualizer .stroke{display:block;width:4px;height:15%;background:#e74c3c;border-radius:50px;transition:height .1s ease}.badge-audio-play{position:absolute;bottom:12px;left:12px;background:rgba(46,204,113,.9);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;box-shadow:0 4px 10px rgba(0,0,0,.3);cursor:pointer;z-index:10;transition:transform .2s,background .2s}.badge-audio-play:hover{transform:scale(1.15);background:rgba(39,174,96,1)}.badge-audio-play-popup{background:#2ecc71;border:none;color:#fff;border-radius:50px;padding:10px 22px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 4px 15px rgba(46,204,113,.4);margin:10px auto}.badge-audio-play-popup:hover{background:#27ae60;transform:translateY(-2px)}.guest-photo-card .img-wrapper{position:relative}.image-canvas-container{overflow:visible}.image-frame-container{position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;box-shadow:0 10px 30px rgba(0,0,0,.35);border-radius:12px;overflow:hidden;margin:0 auto}.image-frame-container.polaroid-aspect{aspect-ratio:1/1!important;width:85vw!important;height:85vw!important;max-width:420px!important;max-height:420px!important;padding:0!important;background-color:#fff!important}.image-frame-container.polaroid-aspect img#popup-image,.image-frame-container.polaroid-aspect img#popup-image-swipe{width:100%!important;height:100%!important;object-fit:contain!important;border:none!important;max-width:100%!important;max-height:100%!important;display:block}@media(max-width:576px){.image-canvas-container{padding:10px 0}.image-frame-container.polaroid-aspect{width:85vw!important;height:85vw!important;max-width:85vw!important;max-height:85vw!important}}.virtual-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:14px}.flow-step{text-align:center}.flow-icon{width:54px;height:54px;margin:auto;margin-bottom:10px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:rgba(212,175,55,.12);color:#d4af37;font-size:20px}.flow-title{font-weight:700;color:#222}.flow-desc{color:#888;font-size:.78rem;line-height:1.35}.flow-arrow{color:#d4af37;font-size:20px}@media(max-width:576px){.virtual-flow{gap:6px}.flow-icon{width:38px;height:38px;font-size:15px;margin-bottom:6px}.flow-title{font-size:.73rem}.flow-desc{font-size:.60rem;line-height:1.2}.flow-arrow{font-size:14px}}.guestpov-divider{display:flex;align-items:center;gap:12px;max-width:520px;margin:22px auto 16px;color:#b8985f;font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.guestpov-divider::before,.guestpov-divider::after{content:"";flex:1;height:1px;background:rgba(184,152,95,.35)}.guestpov-promo-card{max-width:520px;margin:0 auto;padding:16px 18px;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#1c1c1c,#3a2f26);border-radius:18px;cursor:pointer;text-align:left;box-shadow:0 10px 26px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease}.guestpov-promo-card:hover,.guestpov-promo-card:active{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.24)}.guestpov-promo-icon{flex:0 0 auto;width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.12);color:#f5d78e;display:flex;align-items:center;justify-content:center;font-size:1.15rem}.guestpov-promo-text{flex:1 1 auto;min-width:0}.guestpov-promo-title{color:#fff;font-weight:800;font-size:.95rem;display:flex;align-items:center;gap:8px}.guestpov-badge{background:#f5d78e;color:#3a2f26;font-size:.6rem;font-weight:800;padding:2px 8px;border-radius:99px;letter-spacing:.5px}.guestpov-promo-desc{color:rgba(255,255,255,.65);font-size:.76rem;line-height:1.35;margin-top:2px}.guestpov-promo-btn{flex:0 0 auto;width:42px;height:42px;border-radius:50%;border:none;background:#f5d78e;color:#3a2f26;font-size:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(245,215,142,.4)}.guestpov-gallery-heading{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:36px 4px 14px;padding-top:20px;border-top:1px dashed rgba(0,0,0,.08);font-weight:800;color:#3a2f26}.guestpov-gallery-heading i{color:#b8985f}.guestpov-gallery-heading small{color:#9a9a9a;font-weight:500;font-size:.75rem}.guestpov-photo-card{position:relative}.guestpov-camera-overlay{position:fixed;inset:0;z-index:200050;background:#000;display:none;flex-direction:column;overscroll-behavior:none}.guestpov-camera-overlay.active{display:flex}.guestpov-camera-topbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:calc(env(safe-area-inset-top,0px) + 14px) 16px 10px;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent)}.guestpov-cam-icon-btn{width:42px;height:42px;border-radius:50%;border:none;background:rgba(255,255,255,.14);color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.guestpov-couple-overlay{text-align:center;color:rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:center;line-height:1.1;pointer-events:none}.guestpov-couple-overlay span{font-family:'Playfair Display',Georgia,serif;font-size:.95rem;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.guestpov-couple-overlay small{font-size:.6rem;letter-spacing:2px;text-transform:uppercase;opacity:.75;margin-top:2px}.guestpov-viewport{position:relative;flex:1 1 auto;overflow:hidden;background:#000;contain:layout paint size}.guestpov-viewport video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:translateZ(0);filter:saturate(1.12) contrast(1.05) sepia(.12) brightness(1.02)}.guestpov-viewport video.guestpov-mirror{transform:scaleX(-1)}.guestpov-superia-overlay{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,rgba(0,0,0,0) 55%,rgba(20,10,5,.28) 100%);mix-blend-mode:multiply}.guestpov-flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none}.guestpov-flash.flash-active{animation:guestpovFlash .35s ease-out}@keyframes guestpovFlash{0%{opacity:.85}100%{opacity:0}}.guestpov-cam-status{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.85);font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.35);padding:10px 18px;border-radius:99px;backdrop-filter:blur(8px)}.guestpov-cam-status.hidden{display:none}.guestpov-bottombar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:16px 26px calc(env(safe-area-inset-bottom,0px) + 22px);background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.guestpov-filter-label{color:rgba(255,255,255,.75);font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:6px;min-width:80px}.guestpov-bottombar-spacer{min-width:80px}.guestpov-capture-btn{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.18);border:3px solid #fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.35);transition:transform .12s ease}.guestpov-capture-btn:active{transform:scale(.9)}.guestpov-capture-inner{width:56px;height:56px;border-radius:50%;background:#fff;display:block}.guestpov-capture-btn.uploading .guestpov-capture-inner{background:#f5d78e;animation:guestpovPulse 1s infinite ease-in-out}@keyframes guestpovPulse{0%,100%{opacity:1}50%{opacity:.45}}.floating-guestpov-btn,.floating-vbooth-fab{position:fixed;right:20px;z-index:1000;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.28);opacity:0;transform:translateY(14px) scale(.9);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.floating-guestpov-btn.visible,.floating-vbooth-fab.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-guestpov-btn{bottom:268px;background:linear-gradient(135deg,#3a2f26,#1c1c1c);border:2px solid #f5d78e}.floating-vbooth-fab{bottom:204px;background:linear-gradient(135deg,#e08a3c,#c0562a)}.guestpov-fab-tooltip,.vbooth-fab-tooltip{position:absolute;right:64px;white-space:nowrap;background:rgba(0,0,0,.75);color:#fff;font-size:.7rem;font-weight:600;padding:6px 10px;border-radius:8px;opacity:0;pointer-events:none;transform:translateX(6px);transition:opacity .2s ease,transform .2s ease}.floating-guestpov-btn:hover .guestpov-fab-tooltip,.floating-vbooth-fab:hover .vbooth-fab-tooltip{opacity:1;transform:translateX(0)}#view-grouped-container,#view-single-container,#view-guest-container{will-change:opacity,transform;contain:layout style}#view-grouped-container.tab-fast-transition,#view-single-container.tab-fast-transition,#view-guest-container.tab-fast-transition{transition:opacity .14s ease-out,transform .14s ease-out}.grid-container.filtering-active{transition:opacity .1s ease-out;opacity:.55}.mode-btn{-webkit-tap-highlight-color:transparent}@media(max-width:576px){.guestpov-promo-card{padding:14px;gap:10px}.guestpov-promo-icon{width:42px;height:42px;font-size:1rem}.guestpov-promo-title{font-size:.86rem}.guestpov-promo-desc{font-size:.72rem}.guestpov-capture-btn{width:64px;height:64px}.guestpov-capture-inner{width:48px;height:48px}.floating-guestpov-btn,.floating-vbooth-fab{width:50px;height:50px;font-size:1.05rem;right:14px}.floating-guestpov-btn{bottom:250px}.floating-vbooth-fab{bottom:192px}.guestpov-couple-overlay span{font-size:.82rem}}@media(max-width:767px){#posts-guestpov-container{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;padding:0 4px!important;height:auto!important;position:relative!important}#posts-guestpov-container .grid-sizer{display:none!important}#posts-guestpov-container .guestpov-photo-card{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin:0!important;box-sizing:border-box}#posts-guestpov-container .guestpov-photo-card .img-wrapper{width:100%!important;aspect-ratio:1/1!important;overflow:hidden;border-radius:6px;position:relative}#posts-guestpov-container .guestpov-photo-card .img-wrapper img{width:100%!important;height:100%!important;object-fit:cover!important}#posts-guestpov-container .badge-time-single{font-size:9px!important;padding:2px 4px!important;top:4px!important;left:4px!important}#posts-guestpov-container .delete-btn-guest{padding:4px 6px!important;font-size:11px!important;bottom:4px!important;right:4px!important}}@supports(-webkit-touch-callout:none){.guestpov-camera-overlay{height:-webkit-fill-available}}.guestpov-superia-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;transition:background .3s ease}#guestpov-video{transition:filter .3s ease}.filter-superia #guestpov-video{filter:contrast(1.1) saturate(1.15) sepia(.12)}.filter-superia #guestpov-superia-overlay{background:rgba(245,158,11,.06);mix-blend-mode:overlay}.filter-cinematic #guestpov-video{filter:contrast(1.2) saturate(.85) hue-rotate(-10deg)}.filter-cinematic #guestpov-superia-overlay{background:rgba(0,100,255,.05);mix-blend-mode:soft-light}.filter-noir #guestpov-video{filter:grayscale(1) contrast(1.3) brightness(.95)}.filter-noir #guestpov-superia-overlay{background:transparent}.filter-polaroid #guestpov-video{filter:contrast(.88) brightness(1.05) sepia(.25) saturate(1.1)}.filter-polaroid #guestpov-superia-overlay{background:rgba(255,200,150,.08);mix-blend-mode:color-burn}.filter-normal #guestpov-video{filter:none}.filter-normal #guestpov-superia-overlay{background:transparent}@media(max-width:767px){#posts-guest-container{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;padding:0 8px!important;height:auto!important;position:relative!important}#posts-guest-container .grid-sizer{display:none!important}#posts-guest-container .guest-photo-card{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin:0!important;box-sizing:border-box;border-radius:8px;overflow:hidden}#posts-guest-container .guest-photo-card .img-wrapper{width:100%!important;aspect-ratio:1/1!important;overflow:hidden;position:relative}#posts-guest-container .guest-photo-card .img-wrapper img{width:100%!important;height:100%!important;object-fit:cover!important}#posts-guest-container .badge-time-single{font-size:10px!important;padding:3px 6px!important;top:6px!important;left:6px!important}#posts-guest-container .delete-btn-guest{padding:5px 7px!important;font-size:12px!important;top:6px!important;right:6px!important;bottom:auto!important}#posts-guest-container .badge-likes-single{font-size:11px!important;padding:4px 8px!important;bottom:6px!important;right:6px!important;background:rgba(255,255,255,.9)!important;backdrop-filter:blur(2px);border-radius:20px}#posts-guest-container .badge-audio-play{width:30px!important;height:30px!important;font-size:11px!important;bottom:6px!important;left:6px!important}}.custom-accordion-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;border:1px solid #f0f0f0}.custom-accordion-header{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none;background:#fff;transition:background .2s ease}.custom-accordion-header:hover{background:#fdfdfd}.gallery-heading-main{display:flex;flex-direction:column;text-align:left}.gallery-heading-main i{font-size:1.2rem;color:#444;margin-bottom:4px}.gallery-heading-main span{font-size:1.05rem;font-weight:700;color:#222;display:flex;align-items:center}.count-badge{font-size:.75rem;background:#f0f0f0;color:#444;padding:2px 8px;border-radius:10px;margin-left:8px;font-weight:700}.gallery-heading-main .sub-heading{font-size:.8rem;color:#777;margin-top:2px}.accordion-arrow{font-size:1rem;color:#888;transition:transform .3s ease}.custom-accordion-header.is-open .accordion-arrow{transform:rotate(180deg)}.custom-accordion-content{padding:15px;border-top:1px solid #f9f9f9;background:#fafafa}