@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&display=swap");
.gwvp{max-width:1100px;margin:0 auto;padding:20px;font-family:inherit;color:#222}.gwvp-head{text-align:center;margin-bottom:24px}.gwvp-head>p{color:#222}.gwvp-head h2{margin:0;font-family:"Great Vibes",Georgia,"Times New Roman",serif;font-size:34px;line-height:1.35;font-weight:400;letter-spacing:-.02em;color:#C49A3A}.gwvp-event-date{margin:1px 0 2px;font-size:14px;font-weight:600;letter-spacing:.2px}.gwvp-step{margin:18px 0}.gwvp-actions,.gwvp-editor-actions{display:flex;gap:10px;flex-wrap:wrap}.gwvp-btn,.gwvp-tabs button,.gwvp-refresh{border:0;border-radius:12px;padding:13px 18px;cursor:pointer;background:#222;color:#fff;font-size:15px}.gwvp-btn:disabled{opacity:.55}.gwvp-editor{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:16px}.gwvp-preview-wrap{position:relative;background:#111;border-radius:16px;overflow:hidden;min-height:300px;display:flex;align-items:center;justify-content:center}.gwvp-canvas,.gwvp-video{max-width:100%;height:auto;display:block}.gwvp-frame-list{display:grid;gap:10px;align-content:start}.gwvp-frame{border:2px solid transparent;background:#fff;border-radius:12px;padding:6px;cursor:pointer;text-align:left}.gwvp-frame.selected{border-color:#111}.gwvp-frame img{width:100%;display:block}.gwvp-frame span{font-size:12px}.gwvp-label{display:block;margin:10px 0;font-weight:600}.gwvp-name,.gwvp-wish{width:100%;box-sizing:border-box;padding:12px;border:1px solid #ccc;border-radius:10px;font:inherit}.gwvp-wish{min-height:120px;margin:10px 0}.gwvp-tabs{display:flex;gap:8px;margin:12px 0}.gwvp-tabs button{background:#eee;color:#222}.gwvp-tabs button.active{background:#222;color:#fff}.gwvp-voice{padding:12px;background:#f5f5f5;border-radius:12px}.gwvp-gallery-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.gwvp-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gwvp-card{overflow:hidden;border:1px solid #e5e5e5;border-radius:16px;background:#fff}.gwvp-card-img{width:100%;display:block}.gwvp-card-body{padding:12px}.gwvp-card-body p{white-space:normal;line-height:1.5}.gwvp-card-body audio{width:100%}.gwvp-card-actions{display:flex;gap:12px;align-items:center;margin-top:10px}.gwvp-card-actions a,.gwvp-card-actions button{background:none;border:0;padding:0;cursor:pointer;text-decoration:none}.gwvp-empty,.gwvp-error{padding:30px;text-align:center;background:#f7f7f7;border-radius:14px}.gwvp-status{margin-top:10px;font-weight:600}@media(max-width:760px){.gwvp{padding:14px}.gwvp-editor{grid-template-columns:1fr}.gwvp-frame-list{grid-template-columns:repeat(4,1fr)}.gwvp-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gwvp-card-body{padding:9px}.gwvp-card-body p{font-size:13px}.gwvp-btn{width:100%}}@media(max-width:420px){.gwvp-gallery{grid-template-columns:1fr}.gwvp-frame-list{grid-template-columns:repeat(2,1fr)}}
.gwvp-card.gwvp-new{animation:gwvpNew 2.5s ease}@keyframes gwvpNew{0%{outline:4px solid #222;transform:scale(1.01)}100%{outline:0;transform:none}}

.gwvp-preview-wrap{aspect-ratio:4/5;min-height:0;width:100%}
.gwvp-canvas{width:100%;aspect-ratio:4/5;object-fit:contain}
.gwvp-video{width:100%;aspect-ratio:4/5;object-fit:cover}

.gwvp-frame-list{position:relative}
.gwvp-frame-list::before{display:none !important;content:none !important}
.gwvp-frame.selected{box-shadow:0 0 0 2px #222}

.gwvp-editor{display:block}
.gwvp-preview-wrap{position:relative;width:min(100%,540px);margin:0 auto;background:#111;border-radius:16px;overflow:hidden;aspect-ratio:4/5;min-height:0}
.gwvp-preview-wrap .gwvp-video,.gwvp-preview-wrap .gwvp-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}
.gwvp-preview-wrap .gwvp-canvas{object-fit:contain}
.gwvp-live-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:3}
 .gwvp-capture{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  width:76px;
  height:76px;
  border-radius:50%;
  border:6px solid #fff;
  background:#111;
  color:transparent;
  font-size:0;
  line-height:0;
  padding:0;
  z-index:4;
  box-shadow:0 2px 12px rgba(0,0,0,.4);
  cursor:pointer;
}
.gwvp-capture:after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:50%;
  background:#fff;
}
.gwvp-camera-error{margin-top:10px;padding:12px;border-radius:10px;background:#fff3f3;color:#8a1f1f}
.gwvp-camera-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.gwvp-next:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:760px){
  .gwvp-frame-list{grid-template-columns:repeat(2,1fr)}
  .gwvp-editor-actions .gwvp-btn{width:100%}
}

.gwvp-canvas{display:block;width:100%;height:auto;max-width:100%;background:#f5f5f5}
.gwvp-step-editor .gwvp-replace{margin-top:8px}

.gwvp-crop-controls{display:none;gap:8px;align-items:center;flex-wrap:wrap;margin:10px 0;padding:10px 12px;border-radius:10px;background:#f4f4f4;font-size:13px}
.gwvp-crop-controls span{width:100%}
.gwvp-crop-controls input{flex:1;min-width:150px}
.gwvp-crop-value{min-width:45px;text-align:right}
.gwvp-step-editor:has(.gwvp-crop-controls) .gwvp-crop-controls{display:flex}
.gwvp-preview-wrap{touch-action:none}

.gwvp-mini-preview{width:min(240px,70vw);margin:0 auto 14px;border-radius:12px;overflow:hidden;background:#eee}
.gwvp-wish-preview{display:block;width:100%;height:auto}
.gwvp-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}
.gwvp-tabs button{padding:12px;border:1px solid #ddd;border-radius:10px;background:#fff;font-weight:700;cursor:pointer}
.gwvp-tabs button.active{background:#222;color:#fff;border-color:#222}
.gwvp-wish-panel{position:relative}
.gwvp-wish{width:100%;min-height:130px;resize:vertical}
.gwvp-counter{text-align:right;font-size:12px;color:#777;margin-top:4px}
.gwvp-voice{padding:14px;border-radius:12px;background:#f6f6f6;text-align:center}
.gwvp-recording-time{font-size:28px;font-variant-numeric:tabular-nums;font-weight:700;margin:10px 0}
.gwvp-voice-status{margin-top:8px;font-size:13px}
.gwvp-submit:disabled{opacity:.45;cursor:not-allowed}
.gwvp-back-photo{margin-top:8px;background:#fff!important;color:#222!important;border:1px solid #ddd!important}
.gwvp-new{outline:3px solid #222;outline-offset:3px;animation:gwvpPulse 1.2s ease 2}
@keyframes gwvpPulse{0%,100%{outline-color:#222}50%{outline-color:transparent}}

/* Gallery: compact thumbnail grid */
.gwvp-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.gwvp-card{border:0;border-radius:12px;background:#f4f4f4;overflow:hidden}
.gwvp-thumb{display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;line-height:0}
.gwvp-card-img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;transition:transform .18s ease}
.gwvp-thumb:hover .gwvp-card-img{transform:scale(1.02)}
.gwvp-card-body,.gwvp-card-actions{display:none!important}

.gwvp-modal-open{overflow:hidden}
.gwvp-modal{position:fixed;inset:0;z-index:999999}
.gwvp-modal[hidden]{display:none}
.gwvp-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78)}
.gwvp-modal-dialog{position:relative;width:min(92vw,520px);max-height:92vh;overflow:auto;margin:4vh auto 0;background:#fff;border-radius:18px;padding:12px;box-shadow:0 12px 50px rgba(0,0,0,.35)}
.gwvp-modal-close{position:absolute;right:10px;top:10px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:30px;line-height:1;z-index:3;cursor:pointer}
.gwvp-modal-photo-wrap{border-radius:12px;overflow:hidden;background:#111}
.gwvp-modal-photo{display:block;width:100%;height:auto;max-height:68vh;object-fit:contain}
.gwvp-modal-info{padding:12px 4px 4px}
.gwvp-modal-name{font-size:17px}
.gwvp-modal-wish{margin:7px 0;line-height:1.5}
.gwvp-modal-audio{width:100%;margin-top:8px}
.gwvp-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.gwvp-modal-actions a,.gwvp-modal-actions button{display:flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:10px;background:#222;color:#fff;text-decoration:none;font-size:15px;cursor:pointer}
@media(max-width:760px){
  .gwvp-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .gwvp-card{border-radius:9px}
  .gwvp-modal-dialog{width:94vw;margin:3vh auto 0;padding:9px}
  .gwvp-modal-photo{max-height:66vh}
}
@media(max-width:420px){
  .gwvp-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
}

/* v0.2.0: cleaner photo modal */
.gwvp-modal-dialog{padding:0;overflow-y:auto;overflow-x:hidden;max-height:92vh}
.gwvp-modal-topbar{position:sticky;top:0;z-index:10;height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 16px;background:#fff}
.gwvp-modal-title{font-size:14px;font-weight:700;color:#555}
.gwvp-modal-close{position:static;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#222;color:#fff;font-size:26px;line-height:1;cursor:pointer}
.gwvp-modal-photo-wrap{border-radius:0;background:#111}
.gwvp-modal-photo{max-height:68vh}
.gwvp-modal-info{padding:14px 16px 4px}
.gwvp-modal-name{font-size:18px}
.gwvp-modal-wish{margin:7px 0 0;line-height:1.5}
.gwvp-modal-voice-wrap{margin-top:12px;padding:11px;border-radius:10px;background:#f4f4f4}
.gwvp-modal-voice-label{font-size:13px;font-weight:700;margin-bottom:7px}
.gwvp-modal-audio{display:block;width:100%;margin:0}
.gwvp-modal-actions{position:sticky;bottom:0;z-index:10;padding:10px 16px 16px;margin-top:0;background:#fff;box-shadow:0 -6px 16px rgba(0,0,0,.08);grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){
  .gwvp-modal-dialog{width:94vw;margin:2vh auto 0}
  .gwvp-modal-photo{max-height:64vh}
}

.gwvp-thumb{position:relative}
.gwvp-voice-badge{position:absolute;right:7px;bottom:7px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);color:#fff;font-size:15px}

.gwvp-modal-video{display:flex;align-items:center;justify-content:center}
@media(max-width:760px){
  .gwvp-modal-dialog{max-height:94vh;overflow-y:auto}
  .gwvp-modal-photo{max-height:52vh;object-fit:contain}
  .gwvp-modal-actions{grid-template-columns:1fr 1fr}
  .gwvp-modal-video{grid-column:1 / -1}
}

.gwvp-modal-download[hidden],.gwvp-modal-video[hidden]{display:none!important}
.gwvp-modal-actions.voice-only{grid-template-columns:1fr}
.gwvp-modal-share-note{grid-column:2;display:flex;align-items:center;justify-content:center;min-height:46px;padding:4px 8px;color:#777;font-size:11px;line-height:1.45;text-align:center}
.gwvp-modal-actions.voice-only .gwvp-modal-share-note{grid-column:1}

.gwvp-camera-switch{display:inline-flex;align-items:center;justify-content:center}

/* v0.3.27: mobile frame picker + camera controls layout */
@media(max-width:760px){
  .gwvp-frame-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .gwvp-camera-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .gwvp-camera-actions .gwvp-btn{width:100%;min-width:0}
  .gwvp-camera-actions .gwvp-gallery-from-camera{grid-column:1 / -1}
  .gwvp-camera-actions .gwvp-camera-retry{grid-column:1 / -1}
}
@media(max-width:420px){
  .gwvp-frame-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
}
/* v0.3.28: keep Gallery and Lanjut buttons separated like camera controls */
@media(max-width:760px){
  .gwvp-camera-actions{margin-bottom:8px}
  .gwvp-editor-actions{display:flex;gap:8px;margin-top:8px}
  .gwvp-editor-actions .gwvp-next{width:100%}
}
.gwvp-crop-controls{margin:10px 0 8px}

/* v0.3.45 compact frame picker */
@media (min-width:1101px){
  .gwvp-frame-list{
    grid-template-columns:repeat(8,minmax(0,1fr)) !important;
    gap:10px !important;
  }
}
@media (min-width:769px) and (max-width:1100px){
  .gwvp-frame-list{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:10px !important;
  }
}


/* =========================================================
   v0.3.59 — Guest-facing Photobooth UI refresh
   Visual-only layer. Existing functional selectors preserved.
   ========================================================= */

.gwvp{
  max-width:760px;
  margin:0 auto;
  padding:22px 18px 28px;
  color:#222;
  background:#fff;
  font-family:inherit;
}

.gwvp-head{
  text-align:center;
  margin:0 0 22px;
  padding:18px 14px 16px;
  border:1px solid rgba(181,139,32,.20);
  border-radius:20px;
  background:linear-gradient(180deg,#fffdf7 0%,#fff 100%);
  box-shadow:0 8px 26px rgba(0,0,0,.06);
}

.gwvp-head h2{
  margin:0 0 5px;
  font-size:clamp(24px,5vw,31px);
  line-height:1.15;
  font-weight:750;
  letter-spacing:-.02em;
}

.gwvp-head p{
  margin:0;
  color:#8a6a18;
  font-size:14px;
  font-weight:650;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.gwvp-tagline{
  margin-top:7px;
  color:#777;
  font-size:13px;
  line-height:1.45;
}

.gwvp-step-source{
  margin:0 0 26px;
  padding:18px;
  border:1px solid #ece7dc;
  border-radius:18px;
  background:#fff;
  box-shadow:0 7px 22px rgba(0,0,0,.055);
}

.gwvp-step-source h3{
  margin:0 0 14px;
  font-size:19px;
  line-height:1.35;
  text-align:left;
}

.gwvp-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.gwvp-actions .gwvp-btn{
  width:100%;
  min-height:52px;
  border-radius:14px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}

.gwvp-actions .gwvp-btn:first-child{
  background:#e4af08;
  color:#fff;
  box-shadow:0 7px 16px rgba(228,175,8,.25);
}

.gwvp-actions .gwvp-btn:last-of-type{
  background:#242424;
  color:#fff;
}

.gwvp-actions .gwvp-btn:active{
  transform:scale(.985);
}

.gwvp-gallery-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin:0 0 14px;
  padding:0 2px;
}

.gwvp-gallery-head h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
}

.gwvp-gallery-subtitle{
  margin:3px 0 5px;
  color:#777;
  font-size:12px;
  line-height:1.35;
}

.gwvp-gallery-count{
  display:inline-flex;
  align-items:center;
  min-height:23px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff7da;
  color:#8a6a18;
  font-size:11px;
  font-weight:700;
}

.gwvp-refresh{
  flex:0 0 auto;
  min-height:44px;
  padding:10px 14px;
  border-radius:13px;
  background:#242424;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.gwvp-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:11px;
}

.gwvp-card{
  border:1px solid #eee8dc;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 4px 14px rgba(0,0,0,.07);
}

.gwvp-thumb{
  overflow:hidden;
}

.gwvp-card-img{
  transition:transform .22s ease;
}

.gwvp-thumb:active .gwvp-card-img{
  transform:scale(.985);
}

.gwvp-empty{
  grid-column:1 / -1;
  padding:34px 20px;
  border:1px dashed #ddd2b5;
  border-radius:16px;
  background:#fffdf7;
  color:#666;
}

.gwvp-empty:before{
  content:"📸";
  display:block;
  margin-bottom:8px;
  font-size:30px;
}

@media(min-width:761px){
  .gwvp{
    padding-top:28px;
    padding-bottom:36px;
  }

  .gwvp-step-source{
    padding:22px;
  }

  .gwvp-actions{
    grid-template-columns:1fr 1fr;
  }

  .gwvp-actions .gwvp-btn:first-child{
    grid-column:1 / -1;
  }
}

@media(max-width:480px){
  .gwvp{
    padding:16px 14px 24px;
  }

  .gwvp-head{
    margin-bottom:18px;
    padding:16px 12px 14px;
    border-radius:17px;
  }

  .gwvp-step-source{
    padding:15px;
    border-radius:16px;
    margin-bottom:22px;
  }

  .gwvp-step-source h3{
    font-size:18px;
  }

  .gwvp-gallery-head{
    align-items:flex-end;
  }

  .gwvp-refresh{
    min-height:42px;
    padding:9px 12px;
  }

  .gwvp-gallery{
    gap:8px;
  }

  .gwvp-card{
    border-radius:11px;
  }
}


/* v0.3.60 — Load More */
.gwvp-load-more-wrap{
  display:flex;
  justify-content:center;
  padding:18px 0 4px;
}

.gwvp-load-more{
  min-width:190px;
  min-height:46px;
  padding:10px 18px;
  border:1px solid rgba(181,139,32,.35);
  border-radius:13px;
  background:#fff7da;
  color:#8a6a18;
  font-size:13px;
  font-weight:750;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  transition:transform .15s ease,background .15s ease;
}

.gwvp-load-more:active{
  transform:scale(.985);
}

.gwvp-load-more:disabled{
  opacity:.65;
  cursor:wait;
}

@media (min-width: 768px) and (max-width: 1024px){
  .gwvp-gallery{grid-template-columns:repeat(4,minmax(0,1fr));}
}

@media (max-width: 767px){
  .gwvp-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}
}


/* v0.3.62 — Guest Gallery responsive columns */
.gwvp-gallery{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}

@media (min-width:768px) and (max-width:1024px){
  .gwvp-gallery{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media (max-width:767px){
  .gwvp-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

/* v0.3.68 — Final heading typography override
   Placed last so the v0.3.59 visual layer cannot override it. */
.gwvp .gwvp-head h2{
  margin:0 0 5px !important;
  font-family:"Great Vibes",Georgia,"Times New Roman",serif !important;
  font-size:34px !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  letter-spacing:-.02em !important;
  color:#C49A3A !important;
}
.gwvp .gwvp-head > p{
  color:#222 !important;
}

/* v0.3.69 — capture clock */
.gwvp-checkin-clock{
  margin:2px 0 0;
  color:#777;
  font-size:11px;
  line-height:1.3;
  font-weight:500;
}
.gwvp-checkin-clock .gwvp-clock-value{
  color:#777;
}

/* Wall of Wishes v0.3.82 */
.gwvp-wishes-section{margin:0 0 30px;padding:22px 0 4px}
.gwvp-wishes-head{margin-bottom:14px}.gwvp-wishes-head h3,.gwvp-all-wishes-head h3{margin:0;color:#222;font-size:22px}.gwvp-wishes-head p,.gwvp-all-wishes-head p{margin:5px 0 0;color:#777;font-size:13px}
.gwvp-wishes-stats{display:flex;align-items:center;gap:5px;margin-top:7px;color:#9a7628;font-size:11px;font-weight:600;letter-spacing:.01em;transition:transform .2s ease,opacity .2s ease}.gwvp-wishes-stats.gwvp-stat-updated{transform:translateY(-1px);opacity:.75}.gwvp-gallery-count{transition:transform .2s ease,opacity .2s ease}.gwvp-gallery-count.gwvp-stat-updated{transform:scale(1.02);opacity:.8}
.gwvp-wishes-carousel-wrap{position:relative;display:flex;align-items:center;gap:8px}.gwvp-wishes-carousel{overflow:hidden;width:100%;touch-action:pan-y;cursor:grab}.gwvp-wishes-carousel.is-dragging{cursor:grabbing}.gwvp-wishes-track{display:flex;gap:14px;will-change:transform;transition:transform .45s ease}
.gwvp-wish-card{flex:0 0 calc((100% - 28px)/3);box-sizing:border-box;border:1px solid rgba(181,128,43,.28);border-radius:16px;background:#fff;padding:16px;box-shadow:0 6px 20px rgba(0,0,0,.06);min-height:150px;display:flex;flex-direction:column}.gwvp-wish-card-head{display:flex;gap:10px;align-items:center}.gwvp-wish-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(181,128,43,.10);flex:0 0 34px}.gwvp-wish-card-head strong{display:block;font-size:15px;color:#2d2d2d}.gwvp-wish-card-head small{display:block;margin-top:3px;color:#888;font-size:11px}.gwvp-wish-text{margin:14px 0;color:#555;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.gwvp-wish-voice{margin:14px 0;display:flex;flex-direction:column;gap:8px;color:#555;font-size:13px}.gwvp-wish-voice audio{width:100%;height:34px}.gwvp-wish-photo{margin-top:auto;align-self:flex-start;border:0;background:none;padding:4px 0;color:#9a6b17;font-weight:600;cursor:pointer;font-size:13px}
.gwvp-wishes-nav{width:34px;height:34px;border-radius:50%;border:1px solid rgba(181,128,43,.35);background:#fff;color:#8a641c;font-size:24px;line-height:1;cursor:pointer;flex:0 0 34px}.gwvp-wishes-dots{text-align:center;margin:10px 0 14px;min-height:8px}.gwvp-wish-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ccc;margin:0 3px}.gwvp-wish-dot.active{background:#b5802b}.gwvp-view-all-wishes{display:block;margin:0 auto}.gwvp-all-wishes{margin:10px 0 30px;padding:22px 0}.gwvp-all-wishes-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px}.gwvp-all-wishes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gwvp-all-wishes-grid .gwvp-wish-card{width:auto}.gwvp-wishes-load-more-wrap{text-align:center;margin-top:18px}
@media(max-width:900px){.gwvp-wish-card{flex-basis:calc((100% - 14px)/2)}.gwvp-all-wishes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.gwvp-wishes-section{padding-top:16px}.gwvp-wishes-head h3,.gwvp-all-wishes-head h3{font-size:19px}.gwvp-wishes-nav{width:30px;height:30px;flex-basis:30px;font-size:21px}.gwvp-wish-card{flex-basis:100%;min-height:155px;padding:15px}.gwvp-all-wishes-grid{grid-template-columns:1fr}}

/* Wall of Wishes v0.3.84 — nav outside card, no text overlap */
.gwvp-wishes-carousel-wrap{
  position:relative;
  display:block;
  padding-left:0;
  padding-right:0;
  overflow:visible;
}
.gwvp-wishes-carousel-wrap .gwvp-wishes-carousel{
  width:100%;
}
.gwvp-wishes-carousel-wrap .gwvp-wishes-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:34px;
  height:34px;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(181,128,43,.30);
  background:rgba(255,255,255,.96);
  color:#8a641c;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  -webkit-backdrop-filter:blur(4px);
  backdrop-filter:blur(4px);
}
.gwvp-wishes-carousel-wrap .gwvp-wishes-prev{left:-17px;}
.gwvp-wishes-carousel-wrap .gwvp-wishes-next{right:-17px;}
.gwvp-wishes-carousel-wrap .gwvp-wishes-nav:hover{
  transform:translateY(-50%) scale(1.04);
  background:#fff;
}
.gwvp-wishes-carousel-wrap .gwvp-wishes-nav:active{
  transform:translateY(-50%) scale(.94);
}
@media(max-width:600px){
  .gwvp-wishes-carousel-wrap .gwvp-wishes-nav{
    width:30px;
    height:30px;
    font-size:20px;
  }
  .gwvp-wishes-carousel-wrap .gwvp-wishes-prev{left:-14px;}
  .gwvp-wishes-carousel-wrap .gwvp-wishes-next{right:-14px;}
}

/* Acak Tamu v0.3.95 — nama-only shuffle + winner modal */
.gwvp-draw-body{margin:0;background:linear-gradient(180deg,#faf8f3 0%,#f3eee5 100%);color:#222;min-height:100vh}.gwvp-draw-page{min-height:100vh;display:grid;place-items:center;padding:28px 18px;box-sizing:border-box;font-family:inherit}.gwvp-draw-card{width:min(680px,100%);box-sizing:border-box;background:rgba(255,255,255,.96);border:1px solid rgba(181,128,43,.25);border-radius:28px;padding:34px 30px 30px;text-align:center;box-shadow:0 24px 70px rgba(70,50,20,.12)}.gwvp-draw-kicker{font-size:12px;letter-spacing:.18em;color:#a47724;font-weight:700}.gwvp-draw-card h1{margin:8px 0 2px;font-size:clamp(30px,6vw,48px);font-weight:600;color:#222}.gwvp-draw-subtitle{font-size:15px;letter-spacing:.2em;text-transform:uppercase;color:#777}.gwvp-draw-count{margin:18px auto 12px;font-size:13px;color:#777}.gwvp-draw-count strong{color:#a47724;font-size:16px}.gwvp-draw-photo-wrap{width:170px;height:170px;border-radius:18px;overflow:hidden;margin:0 auto 16px;background:#f2eee6;box-shadow:0 10px 28px rgba(0,0,0,.10);display:grid;place-items:center}.gwvp-draw-photo-placeholder{font-family:Georgia,serif;font-size:92px;line-height:1;font-weight:600;color:#b5802b;transform:translateY(-2px);text-shadow:0 4px 16px rgba(181,128,43,.16)}.gwvp-draw-photo-placeholder[hidden]{display:none!important}.gwvp-draw-photo{width:100%;height:100%;object-fit:cover;display:block}.gwvp-draw-photo[hidden]{display:none!important}.gwvp-draw-stage{min-height:250px;border-radius:22px;background:linear-gradient(145deg,#fff,#faf7f0);border:1px solid rgba(181,128,43,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;box-sizing:border-box}.gwvp-draw-name{font-size:clamp(28px,6vw,46px);font-weight:700;color:#9b701f;min-height:1.2em;display:flex;align-items:center;justify-content:center;overflow-wrap:anywhere}.gwvp-draw-label{margin-top:10px;color:#888;font-size:13px}.gwvp-draw-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}.gwvp-draw-actions button{border:0;border-radius:999px;padding:14px 25px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.gwvp-draw-actions button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.gwvp-draw-start{background:#b5802b;color:#fff}.gwvp-draw-stop{background:#222;color:#fff}.gwvp-draw-actions button:disabled{opacity:.45;cursor:not-allowed;transform:none}.gwvp-draw-result{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;box-sizing:border-box;background:rgba(24,20,14,.58);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:gwvpModalIn .22s ease}.gwvp-draw-result[hidden]{display:none}.gwvp-draw-result-inner{position:relative;width:min(560px,94vw);max-height:92vh;overflow:auto;box-sizing:border-box;padding:32px 28px 28px;text-align:center;background:#fffdf9;border:1px solid rgba(181,128,43,.35);border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.25)}.gwvp-draw-result-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f4efe5;color:#555;font-size:26px;line-height:1;cursor:pointer}.gwvp-draw-winner-kicker{font-size:12px;letter-spacing:.14em;color:#a47724;font-weight:800}.gwvp-draw-winner-name{font-size:clamp(28px,6vw,46px);font-weight:800;margin:10px 0 18px;color:#222;overflow-wrap:anywhere}.gwvp-draw-winner-photo{display:block;width:min(280px,70vw);aspect-ratio:4/5;object-fit:cover;margin:0 auto;border-radius:18px;box-shadow:0 16px 34px rgba(0,0,0,.16)}.gwvp-draw-winner-note{margin:14px 0 18px;font-size:12px;color:#777}.gwvp-draw-again{border:0;border-radius:999px;padding:14px 24px;background:#b5802b;color:#fff;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(181,128,43,.2);margin-top:18px}.gwvp-draw-previous{margin-top:16px;font-size:12px;color:#888}.gwvp-draw-previous span{display:block;margin-top:4px;color:#555}.gwvp-draw-body.gwvp-draw-modal-open{overflow:hidden}@keyframes gwvpModalIn{from{opacity:0}to{opacity:1}}@media(max-width:600px){.gwvp-draw-card{padding:26px 16px 22px;border-radius:22px}.gwvp-draw-photo-wrap{width:140px;height:140px;margin-bottom:14px}.gwvp-draw-stage{min-height:260px;padding:22px 16px}.gwvp-draw-actions button{padding:13px 19px}.gwvp-draw-page{padding:14px 10px}.gwvp-draw-result-inner{padding:30px 18px 22px;border-radius:24px}.gwvp-draw-winner-photo{width:min(230px,68vw)}}

/* Acak Tamu v0.3.93 — MC/LED polish */
.gwvp-draw-winner-name{font-size:clamp(24px,4vw,36px);line-height:1.12;margin:8px 28px 16px;font-weight:800}
.gwvp-draw-result-inner{padding-top:30px}
/* Defensive fallback: if a third-party chat widget is injected on the draw page,
   keep the MC screen clean. The draw page is already isolated from wp_head/wp_footer. */
.gwvp-draw-body .wa-widget,.gwvp-draw-body .wa-floating,.gwvp-draw-body .whatsapp-widget,.gwvp-draw-body .whatsapp-float,.gwvp-draw-body .joinchat,.gwvp-draw-body .joinchat__button,.gwvp-draw-body [class*="whatsapp" i]{display:none!important}
@media(max-width:600px){.gwvp-draw-winner-name{font-size:clamp(23px,7vw,32px);margin-left:16px;margin-right:16px}.gwvp-draw-result-inner{padding-top:28px}}
