.ikh-watch-btn{position:absolute;top:58px;right:10px;z-index:4;width:40px;height:40px;border:1px solid rgba(15,145,160,.58);border-radius:50%;cursor:pointer;padding:0;display:grid;place-items:center;color:#17384a;background:rgba(255,255,255,.86);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 6px 18px rgba(14,14,17,.15);transition:transform .18s ease,background .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent;isolation:isolate;overflow:visible}.ikh-watch-btn::before{content:"";position:absolute;inset:2px;border-radius:inherit;pointer-events:none;display:none}.ikh-watch-btn:hover{transform:translateY(-1px) scale(1.06);color:#0f91a0;background:rgba(255,255,255,.96);border-color:rgba(15,145,160,.9);box-shadow:0 9px 22px rgba(15,145,160,.18)}.ikh-watch-btn:active{transform:scale(.96)}.ikh-watch-btn:focus-visible{outline:2px solid #f58220;outline-offset:2px}.ikh-watch-btn .ikh-eye-glyph{position:relative;z-index:1;width:23px;height:23px;display:block;overflow:visible;color:inherit}.ikh-watch-btn .ikh-eye-brows,.ikh-watch-btn .ikh-eye-open,.ikh-watch-btn .ikh-eye-closed{transform-box:fill-box;transform-origin:center}.ikh-watch-btn .ikh-eye-brows,.ikh-watch-btn .ikh-eye-open,.ikh-watch-btn .ikh-eye-closed{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.ikh-watch-btn .ikh-eye-brows{stroke-width:1.55}.ikh-watch-btn .ikh-eye-open,.ikh-watch-btn .ikh-eye-closed{stroke-width:1.75}.ikh-watch-btn .ikh-eye-iris{fill:currentColor;stroke:currentColor}.ikh-watch-btn .ikh-eye-glint{fill:rgba(255,255,255,.92);stroke:none}.ikh-watch-btn[data-watching="false"]{color:#17384a}.ikh-watch-btn[data-watching="false"] .ikh-eye-open{opacity:0;transform:scaleY(.08)}.ikh-watch-btn[data-watching="false"] .ikh-eye-closed{opacity:1;transform:scaleY(1)}.ikh-watch-btn[data-watching="false"] .ikh-eye-brows{transform:translateY(1px) rotate(0deg)}.ikh-watch-btn[data-watching="true"]{color:#0f91a0}.ikh-watch-btn[data-watching="true"] .ikh-eye-open{opacity:1;transform:scaleY(1)}.ikh-watch-btn[data-watching="true"] .ikh-eye-closed{opacity:0;transform:scaleY(.1)}.ikh-watch-btn[data-watching="true"] .ikh-eye-brows{transform:translateY(-.4px)}.ikh-watch-btn.is-busy{pointer-events:none;opacity:.78}@keyframes ikhWatchOpenBlink{0%{opacity:0;transform:scaleY(.04)}17%{opacity:1;transform:scaleY(1.08)}31%{opacity:1;transform:scaleY(.12)}45%{opacity:1;transform:scaleY(1)}62%{opacity:1;transform:scaleY(.18)}75%,100%{opacity:1;transform:scaleY(1)}}@keyframes ikhWatchBrowsLift{0%{transform:translateY(1px) scaleX(.95)}30%{transform:translateY(-1.5px) scaleX(1.04)}58%{transform:translateY(-.1px) scaleX(.98)}100%{transform:translateY(-.4px) scaleX(1)}}@keyframes ikhWatchClose{0%{opacity:.2;transform:scaleY(.1)}58%{opacity:1;transform:scaleY(1.12)}100%{opacity:1;transform:scaleY(1)}}.ikh-watch-btn.just-watched .ikh-eye-open{animation:ikhWatchOpenBlink .82s cubic-bezier(.2,.75,.25,1)}.ikh-watch-btn.just-watched .ikh-eye-brows{animation:ikhWatchBrowsLift .82s cubic-bezier(.2,.75,.25,1)}.ikh-watch-btn.just-unwatched .ikh-eye-closed{animation:ikhWatchClose .34s ease-out}.ikh-watch-btn.is-static{position:static;width:auto;height:auto;border-radius:999px;padding:8px 14px;gap:8px;background:#fff;border:1px solid rgba(14,14,17,.12);box-shadow:none;display:inline-flex;align-items:center;font-weight:700;font-size:.85rem;color:#3a3d44}.ikh-watch-btn.is-static::before{display:none}.ikh-watch-btn.is-static::after{content:"Watch"}.ikh-watch-btn.is-static[data-watching="true"]::after{content:"Watching";color:#0f91a0}.ikh-watch-btn.is-static:hover{border-color:rgba(15,145,160,.42)}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.ikh-watch-btn:not(.is-static){background:rgba(255,255,255,.84)}}@media(prefers-reduced-motion:reduce){.ikh-watch-btn,.ikh-watch-btn .ikh-eye-open,.ikh-watch-btn .ikh-eye-closed,.ikh-watch-btn .ikh-eye-brows{transition:none;animation:none!important}}