.oaistory-bar-wrap{display:flex;align-items:flex-start;gap:14px;width:100%;overflow:hidden;}
.oaistory-bar-static{flex:0 0 auto;justify-content:flex-start;}
.oaistory-marquee{flex:1 1 auto;overflow:hidden;position:relative;min-width:0;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:pan-x;scrollbar-width:none;will-change:transform;}
.oaistory-marquee::-webkit-scrollbar{display:none;width:0;height:0;}
.oaistory-marquee.is-dragging{cursor:grabbing;}
.oaistory-marquee .oaistory-bubble{flex:0 0 auto;}
.oaistory-bar-moving{width:max-content;flex-wrap:nowrap;display:flex;will-change:transform;transform:translate3d(0,0,0);}
.oaistory-root{
  margin:10px 0 2px;
  background:transparent !important;
}
.oaistory-root,.oaistory-hook-wrap{
  background:transparent !important;
}
.oaistory-bar{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:8px 0 12px;
  background:transparent !important;
}
.oaistory-bubble{
  background:transparent !important;
  border:0;
  cursor:pointer;
  padding:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-width:94px;
  color:#111;
  text-align:center;
  transition:transform .18s ease, opacity .18s ease;
}
.oaistory-bubble:focus{outline:none;}
.oaistory-bubble:hover{transform:translateY(-2px);}
.oaistory-ring{
  width:84px;
  height:84px;
  border-radius:50%;
  padding:3px;
  background:linear-gradient(135deg,#ff3c7a,#ff9a3c,#ffd23c);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.oaistory-ring img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  border:3px solid #fff;
  display:block;
}
.oaistory-bubble:hover .oaistory-ring{
  transform:scale(1.05);
  box-shadow:0 10px 22px rgba(0,0,0,.18);
  filter:brightness(1.05);
}
.oaistory-bubble.is-active .oaistory-ring{
  background:linear-gradient(135deg,#ff3c7a,#ff9a3c,#ffd23c) !important;
  box-shadow:0 0 0 3px rgba(255,154,60,.18), 0 12px 26px rgba(0,0,0,.16) !important;
}
.oaistory-bubble.is-viewed .oaistory-ring{
  background:linear-gradient(135deg,#c7cad1,#aab0bb) !important;
  box-shadow:0 4px 12px rgba(0,0,0,.08) !important;
  filter:grayscale(.15);
}
.oaistory-title{
  font-size:12px;
  line-height:1.25;
  margin-top:7px;
  text-align:center;
  max-width:90px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background:transparent !important;
}
.oaistory-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:2147483647 !important;display:none;}
.oaistory-modal.is-open{display:block;}
.oaistory-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.78);z-index:1;}
.oaistory-viewer{position:relative;z-index:2;width:min(420px,96vw);height:min(760px,92vh);margin:4vh auto;background:#111;border-radius:22px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.45);}
.oaistory-progress{position:absolute;left:12px;right:12px;top:12px;display:flex;gap:6px;z-index:20;}
.oaistory-progress span{flex:1;height:4px;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.55);border-radius:99px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.05);}
.oaistory-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#ffffff,#f0f0f0);box-shadow:0 0 10px rgba(255,255,255,.85);}
.oaistory-stage,.oaistory-slide{width:100%;height:100%;}
.oaistory-stage{position:relative;z-index:5;}
.oaistory-slide{position:relative;display:flex;align-items:flex-end;justify-content:center;background:#000;}
.oaistory-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;}
.oaistory-video{background:#000;}
.oaistory-video-badge{position:absolute;left:14px;top:58px;z-index:24;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.45);color:#fff;font-size:11px;font-weight:700;letter-spacing:.4px;}
.oaistory-content{position:relative;z-index:3;width:100%;padding:22px 18px 24px;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,0));color:#fff;}
.oaistory-content h4{font-size:18px;line-height:1.3;margin:0 0 12px;font-weight:700;color:#fff;}
.oaistory-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-weight:700;
  text-decoration:none;
  position:relative;
  z-index:30;
  pointer-events:auto !important;
}
.oaistory-cta:hover{background:#000;color:#fff;text-decoration:none;}
.oaistory-audio,.oaistory-close{position:absolute;top:18px;z-index:26;width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.16);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.oaistory-audio{left:16px;font-size:18px;pointer-events:auto !important;}
.oaistory-audio-hidden{display:none !important;}
.oaistory-close{right:16px;font-size:26px;line-height:1;}

body.oaistory-lock{overflow:hidden;touch-action:none;}
@media (max-width:767px){
  .oaistory-root{margin:3px 0 2px;}
  .oaistory-bar-wrap{gap:10px;}
  .oaistory-bar{gap:12px;padding:6px 0 10px;}
  .oaistory-ring{width:72px;height:72px;}
  .oaistory-bubble{min-width:78px;}
  .oaistory-title{max-width:74px;font-size:11px;}
  .oaistory-modal{width:100vw;height:100vh;height:100dvh;}
  .oaistory-viewer{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;border-radius:0;}
  .oaistory-progress{top:calc(env(safe-area-inset-top, 0px) + 10px);left:10px;right:10px;}
  .oaistory-audio{top:calc(env(safe-area-inset-top, 0px) + 14px);left:10px;}
  .oaistory-close{top:calc(env(safe-area-inset-top, 0px) + 14px);right:10px;}
  .oaistory-video-badge{top:calc(env(safe-area-inset-top, 0px) + 58px);left:10px;}
  .oaistory-content{padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px));}
}

body.oaistory-lock .tidio-widget,
body.oaistory-lock #tidio-chat,
body.oaistory-lock .crisp-client,
body.oaistory-lock #crisp-chatbox,
body.oaistory-lock iframe[src*="tawk"],
body.oaistory-lock iframe[src*="tidio"],
body.oaistory-lock iframe[src*="crisp"],
body.oaistory-lock .whatsapp-widget,
body.oaistory-lock .live-support,
body.oaistory-lock .gift-widget,
body.oaistory-lock .hediye-widget{
  opacity:0 !important;
  pointer-events:none !important;
}
