/* WorldIndex Transcript Sync + Look Up + Live Stats v2.3.2 */
.wi232-card{height:auto!important;max-height:none!important;overflow:visible!important}
.wi232-head{display:flex;justify-content:space-between;gap:10px;align-items:center}
.wi232-muted{font-size:12px;color:#667085}
.wi232-head-actions{display:flex;gap:7px;flex-wrap:wrap}
.wi232-head-actions button,.wi232-head-actions a,.wi232-footer button{
 border:0;background:#111;color:#fff;border-radius:999px;padding:8px 11px;text-decoration:none;
 font:800 11px system-ui;cursor:pointer;min-height:40px;touch-action:manipulation
}
#wi232-expand{background:#065fd4}#wi232-vocab[aria-pressed="true"]{background:#5b21b6}
.wi232-search{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;margin:10px 0}
.wi232-search input{font:inherit;padding:10px;border:1px solid #b9c0cc;border-radius:10px;min-width:0}
.wi232-search button{border:0;background:#eef2f7;color:#065fd4;border-radius:10px;padding:10px;font-weight:800}
.wi232-help{background:#f6f8fb;border-radius:10px;padding:9px;font-size:12px;color:#475467;margin-bottom:8px}
.wi232-list{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:560px!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:smooth;scrollbar-gutter:stable;border-top:1px solid #eee}
.wi232-card.wi232-expanded .wi232-list{max-height:none!important;overflow:visible!important}
.wi232-card.wi232-collapsed .wi232-list,.wi232-card.wi232-collapsed .wi232-footer{display:none!important}
.wi232-row{display:grid!important;grid-template-columns:74px minmax(300px,auto) 1fr!important;grid-template-areas:"time actions text"!important;gap:8px;align-items:start;padding:10px 0!important;border-bottom:1px solid #eee;content-visibility:auto;contain-intrinsic-size:74px}
.wi232-row[hidden]{display:none!important}.wi232-row.wi232-active{background:#eef4ff;border-radius:9px;padding-left:6px!important;padding-right:6px!important}
.wi232-time{grid-area:time!important;width:70px!important;min-width:70px!important;background:#111!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:7px 8px!important;font:800 11px system-ui!important;cursor:pointer!important;touch-action:manipulation}
.wi232-actions{grid-area:actions!important;display:flex!important;gap:5px!important;flex-wrap:wrap!important}
.wi232-actions button,.wi232-actions a{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center;justify-content:center;border:0!important;background:#eef2f7!important;color:#065fd4!important;border-radius:999px!important;padding:7px 9px!important;text-decoration:none!important;font:800 11px system-ui!important;cursor:pointer!important;min-height:34px;touch-action:manipulation}
.wi232-actions .wi232-share{background:#065fd4!important;color:#fff!important}
.wi232-text{grid-area:text!important;font-size:13px!important;line-height:1.5!important;padding:5px 0!important;overflow-wrap:anywhere}
.wi232-footer{display:flex;gap:7px;flex-wrap:wrap;padding-top:10px}.wi232-footer button{background:#eef2f7;color:#065fd4}

/* Word / Apple-like inline lookup markings */
.wi232-term{display:inline!important;border:0!important;background:transparent!important;color:inherit!important;font:inherit!important;padding:0 1px!important;margin:0!important;cursor:pointer!important;text-decoration-line:underline!important;text-decoration-style:dotted!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important;text-decoration-color:#6d28d9!important;border-radius:3px!important;touch-action:manipulation}
.wi232-term:hover,.wi232-term:focus{background:#f3efff!important;outline:2px solid #c4b5fd!important}
.wi232-term[data-kind="legal"]{text-decoration-color:#6d28d9!important}
.wi232-term[data-kind="context"]{text-decoration-color:#2563eb!important}

/* Share sheet */
.wi232-modal[hidden]{display:none!important}.wi232-modal{position:fixed;inset:0;z-index:17000;background:#0009;padding:18px;overflow:auto;touch-action:pan-y pinch-zoom}
.wi232-sheet{width:min(720px,96vw);margin:auto;background:#fff;border-radius:18px;padding:16px}
.wi232-sheet-head{display:flex;justify-content:space-between;gap:10px}.wi232-sheet-head h2{margin:0}
#wi232-share-close{border:0;background:#eee;border-radius:50%;width:44px;height:44px;font-size:22px}
.wi232-preview{background:#f6f8fb;border-radius:10px;padding:10px;margin:10px 0;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}
.wi232-share-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.wi232-share-grid a,.wi232-share-grid button{border:0;background:#eef2f7;color:#065fd4;border-radius:10px;padding:10px;text-decoration:none;font:800 12px system-ui;cursor:pointer;min-height:44px}
.wi232-share-grid .primary{background:#065fd4;color:#fff}

/* Apple/Word-style lookup card */
.wi232-lookup-pop[hidden]{display:none!important}
.wi232-lookup-pop{
 position:fixed;z-index:17500;width:min(420px,calc(100vw - 22px));max-height:min(620px,78vh);overflow:auto;
 background:#fff;border:1px solid #d8dde6;border-radius:16px;padding:13px;box-shadow:0 20px 60px #0004;
 touch-action:pan-y pinch-zoom
}
.wi232-lookup-head{display:flex;justify-content:space-between;gap:9px;align-items:flex-start;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:8px}
#wi232-lookup-title{font-size:18px}#wi232-lookup-close{border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:19px}
.wi232-plain{background:#f5f3ff;border-radius:10px;padding:9px;margin:7px 0}.wi232-context{background:#eff6ff;border-radius:10px;padding:9px;margin:7px 0}
.wi232-def{padding:8px 0;border-top:1px solid #eee}.wi232-pos{display:inline-block;background:#eef2f7;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;margin-bottom:5px}
.wi232-example{font-size:12px;color:#475467;margin-top:5px}.wi232-syn{font-size:12px;margin-top:5px}
.wi232-lookup-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.wi232-lookup-actions button,.wi232-lookup-actions a{border:0;background:#eef2f7;color:#065fd4;border-radius:999px;padding:8px 10px;text-decoration:none;font:800 11px system-ui;min-height:40px}

/* Floating selection toolbar like Word Explain / iOS lookup */
.wi232-select-tools[hidden]{display:none!important}.wi232-select-tools{position:fixed;z-index:17600;display:flex;gap:5px;background:#111;border-radius:12px;padding:5px;box-shadow:0 12px 30px #0004}
.wi232-select-tools button{border:0;background:#111;color:#fff;padding:8px 10px;border-radius:8px;font:800 11px system-ui;min-height:38px}
.wi232-select-tools button:hover{background:#2b2b2b}

/* Live visitor/public metrics by video */
#wi232-video-stats{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;background:#fff;border:1px solid #d8dde6;border-radius:13px;padding:9px;margin:8px auto 12px;max-width:860px}
#wi232-video-stats button,#wi232-video-stats a{border:0;background:#f8fafc;color:#111;border-radius:10px;padding:8px;text-decoration:none;text-align:left;cursor:pointer;min-width:0}
#wi232-video-stats b{display:block;font-size:17px;overflow:hidden;text-overflow:ellipsis}#wi232-video-stats span{display:block;font-size:10px;color:#667085}
#wi232-video-stats .live b{color:#07883f}

html,body{touch-action:pan-y pinch-zoom!important}
@media(max-width:900px){
 .wi232-row{grid-template-columns:72px 1fr!important;grid-template-areas:"time actions" "text text"!important}
 #wi232-video-stats{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:700px){
 .wi232-head{align-items:flex-start;flex-direction:column}
 .wi232-search{grid-template-columns:1fr auto}.wi232-search span{grid-column:1/-1}
 .wi232-list{max-height:none!important;overflow:visible!important}
 .wi232-row{grid-template-columns:1fr!important;grid-template-areas:"time" "actions" "text"!important;padding:11px 0!important}
 .wi232-time{width:max-content!important}
 .wi232-actions{width:100%!important}
 .wi232-actions button,.wi232-actions a{min-height:44px!important;padding:9px 11px!important}
 .wi232-share-grid{grid-template-columns:repeat(2,1fr)}
 #wi232-video-stats{grid-template-columns:repeat(2,1fr);max-width:100%;margin-left:0;margin-right:0}
 .wi232-lookup-pop{left:10px!important;right:10px!important;bottom:82px!important;top:auto!important;width:auto!important;max-height:58vh!important}
 .wi232-select-tools{left:50%!important;transform:translateX(-50%)!important;bottom:82px!important;top:auto!important}
}
