.fv-player{box-sizing:border-box;color:#262626;width:100%;min-width:0;font-family:inherit;font-size:14px;line-height:normal;container:fv-player/inline-size}.fv-player *,.fv-player :before,.fv-player :after{box-sizing:border-box}.fv-player--video.fv-video-chrome{flex-direction:column;flex-shrink:0;width:100%;min-width:0;height:auto;display:flex}.fv-player__stage,.fv-player__seek,.fv-player__controls,.fv-player__audio-row{flex-shrink:0}.fv-video-chrome--fullscreen,.fv-video-chrome:fullscreen{background:#000;border-radius:0;flex-direction:column;width:100%;height:100%;min-height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.fv-video-chrome:-webkit-full-screen{background:#000;border-radius:0;flex-direction:column;width:100%;height:100%;min-height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.fv-video-chrome--fullscreen .fv-player__stage,.fv-video-chrome:fullscreen .fv-player__stage{flex:auto;justify-content:center;align-items:center;min-height:0;display:flex}.fv-video-chrome:-webkit-full-screen .fv-player__stage{flex:auto;justify-content:center;align-items:center;min-height:0;display:flex}.fv-video-chrome--fullscreen .fv-player__video,.fv-video-chrome:fullscreen .fv-player__video{aspect-ratio:auto;object-fit:contain;width:100%;height:100%;max-height:100%}.fv-video-chrome:-webkit-full-screen .fv-player__video{aspect-ratio:auto;object-fit:contain;width:100%;height:100%;max-height:100%}.fv-video-chrome--fullscreen .fv-player__seek,.fv-video-chrome:fullscreen .fv-player__seek,.fv-video-chrome--fullscreen .fv-player__controls,.fv-video-chrome:fullscreen .fv-player__controls{flex-shrink:0}.fv-video-chrome:-webkit-full-screen .fv-player__seek{flex-shrink:0}.fv-video-chrome:-webkit-full-screen .fv-player__controls{flex-shrink:0}.fv-video-chrome--fullscreen .fv-player__transcript,.fv-video-chrome:fullscreen .fv-player__transcript{display:none!important}.fv-video-chrome:-webkit-full-screen .fv-player__transcript{display:none!important}.fv-player__stage{background:#000;width:100%;position:relative}.fv-player__video{aspect-ratio:16/9;cursor:pointer;object-fit:contain;background:#000;width:100%;display:block}.fv-player__play-overlay{z-index:10;cursor:pointer;background:#00000052;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:background-color .15s;display:flex;position:absolute;inset:0}.fv-player__play-overlay:hover{background:#0000006b}.fv-player__seek{cursor:pointer;background:#e2e8f0;flex-shrink:0;width:100%;height:7px;transition:height .15s;position:relative}.fv-player__seek:hover{height:8px}.fv-player__seek--inline{border-radius:999px;flex:auto;width:auto;min-width:48px;height:6px}.fv-player__seek--inline:hover{height:8px}.fv-player__seek-fill{pointer-events:none;background:#3b82f6;border-radius:0 2px 2px 0;height:100%;transition:width .1s;position:absolute;top:0;left:0}.fv-player__seek-fill--round{border-radius:999px}.fv-player__marker{cursor:pointer;z-index:2;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 2px #0003}.fv-player__marker-tooltip{z-index:9999;box-sizing:border-box;pointer-events:auto;min-width:200px;max-width:min(320px,100vw - 16px);position:fixed;overflow:visible;transform:translateY(-100%)}.fv-player__marker-tooltip-body{background:#141923;border-radius:8px;max-height:min(240px,50vh);padding:10px 12px;overflow:hidden auto;box-shadow:0 4px 14px #00000059}.fv-player__marker-tooltip:after{content:"";height:16px;position:absolute;top:100%;left:0;right:0}.fv-player__marker-tooltip-title{color:#fff;overflow-wrap:anywhere;word-break:break-word;margin-bottom:0;font-size:12px;font-weight:600}.fv-player__marker-tooltip-desc{color:#a3adc2;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin-top:6px;font-size:11px;line-height:1.45}.fv-player__controls,.fv-player__audio-row{flex-wrap:nowrap;align-items:center;gap:4px;width:100%;min-width:0;display:flex}.fv-player__controls{background:#fff;border-top:1px solid #f1f5f9;padding:7px 10px}.fv-player--audio{background:#fff;padding:0}.fv-player__audio-row{gap:8px;padding:10px 12px}.fv-player__controls-left,.fv-player__controls-right,.fv-player__utils{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:2px;display:flex}.fv-player__time-slot{flex:auto;align-self:stretch;align-items:center;min-width:0;margin-right:auto;display:flex}.fv-player__time{box-sizing:border-box;color:#595959;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;align-items:center;height:28px;margin:0;padding:0 4px;font-size:12px;line-height:1;display:inline-flex;transform:translateY(1px)}.fv-player__icon-btn{color:#262626;width:28px;min-width:28px;height:28px;min-height:28px;box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.fv-player__icon-btn:hover{color:#262626;background:#0000000d}.fv-player__icon-btn:disabled{opacity:.5;cursor:not-allowed}.fv-player__icon-btn--active,.fv-player__icon-btn--active:hover{color:#1677ff}.fv-player__icon-btn svg{flex-shrink:0;width:16px;height:16px}.fv-player__cc-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.fv-player__cc-icon svg{width:100%;height:100%;display:block}.fv-player__icon--pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite fv-player-pulse}@keyframes fv-player-pulse{0%,to{opacity:1}50%{opacity:.45}}.fv-player__replay-btn{box-sizing:border-box;color:#fff;white-space:nowrap;height:28px;min-height:28px;box-shadow:none;cursor:pointer;background:#0090ff;border:1px solid #0090ff;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s;display:inline-flex}.fv-player__replay-btn svg{flex-shrink:0;display:block}.fv-player__replay-btn span{align-items:center;line-height:1;display:inline-flex;transform:translateY(1px)}.fv-player__replay-btn:hover{background:#1677ff;border-color:#1677ff}.fv-player__tooltip-anchor{display:inline-flex}.fv-player__tooltip{z-index:10000;color:#fff;background:#141923;border-radius:6px;padding:6px 8px;font-size:12px;line-height:1.2;box-shadow:0 4px 14px #00000040}.fv-player__popover{z-index:10000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px;box-shadow:0 8px 24px #0f172a1f}.fv-player__menu{z-index:10000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:80px;padding:4px;box-shadow:0 8px 24px #0f172a1f}.fv-player__menu-item{color:#262626;cursor:pointer;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;display:flex}.fv-player__menu-item:hover,.fv-player__menu-item:focus{background:#f1f5f9}.fv-player__menu-item--active{color:#2563eb;font-weight:600}.fv-player__volume-row{align-items:center;gap:8px;width:128px;padding:4px 0;display:flex}.fv-player__volume-slider-wrap{flex:auto;min-width:0}.fv-player__slider{-webkit-user-select:none;user-select:none;touch-action:none;cursor:pointer;align-items:center;width:100%;height:20px;display:flex;position:relative}.fv-player__slider-track{cursor:pointer;background:#e2e8f0;border-radius:999px;flex-grow:1;height:6px;position:relative;overflow:hidden}.fv-player__slider-range{cursor:pointer;background:#0090ff;height:100%;position:absolute}.fv-player__slider-thumb{cursor:pointer;background:#fff;border:2px solid #0090ff;border-radius:50%;width:14px;height:14px;display:block;box-shadow:0 1px 3px #00000026}@container fv-player (max-width:380px){.fv-player__controls{gap:2px;padding:6px}.fv-player__skip{display:none!important}.fv-player__time{padding:0 2px;font-size:11px}.fv-player__icon-btn{border-radius:7px;width:26px;min-width:26px;height:26px;min-height:26px}.fv-player__replay-btn{gap:4px;height:26px;min-height:26px;padding:0 9px;font-size:11px}.fv-player__play-overlay svg{width:40px;height:40px}.fv-player--audio{padding:0}.fv-player--audio .fv-player__audio-row{padding:8px 10px}}.fv-player__transcript{background:#fff;flex-direction:column;width:100%;min-width:0;display:flex}.fv-player__transcript-toggle{color:#595959;letter-spacing:normal;text-transform:none;cursor:pointer;background:#fafafa;border:0;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:8px;width:100%;margin:0;padding:10px 12px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.fv-player__transcript-toggle:hover{background:#f5f5f5}.fv-player__transcript-toggle-left{align-items:center;gap:6px;min-width:0;display:flex}.fv-player__transcript-toggle>svg{color:#8c8c8c;flex-shrink:0}.fv-player__transcript-toggle-left svg{color:#595959;flex-shrink:0}.fv-player__transcript-body{color:#262626;white-space:pre-wrap;overflow-wrap:break-word;background:#fff;border:0;border-top:1px solid #f0f0f0;border-radius:0;max-height:160px;margin:0;padding:12px 16px;font-size:13px;line-height:1.6;overflow-y:auto}.fv-player__transcript-body--muted{color:#8c8c8c}
.fv-reply-card{box-sizing:border-box;color:#262626;width:100%;min-width:0;font-family:inherit;font-size:14px;line-height:normal;display:block}.fv-reply-card *,.fv-reply-card :before,.fv-reply-card :after{box-sizing:border-box}.fv-reply-card__inner{background:#ffffffe0;border:1px solid #e0e7f0db;border-radius:12px;flex-direction:column;gap:12px;min-width:0;padding:12px;display:flex;overflow:hidden}.fv-reply-card--linked .fv-reply-card__inner{background:#f0f7ff;border-color:#91caff;box-shadow:0 0 0 1px #1677ff14,0 12px 24px #1677ff1a}.fv-reply-head{min-width:0}.fv-reply-identity{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:2px 14px;min-width:0;display:grid}.fv-reply-name{color:#262626;text-overflow:ellipsis;white-space:nowrap;grid-area:1/1;margin:0;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.fv-reply-sequence{color:#595959;white-space:nowrap;text-align:right;grid-area:1/2;justify-self:end;margin:0;font-size:12px;font-weight:600;line-height:20px}.fv-reply-email{color:#667085;text-overflow:ellipsis;white-space:nowrap;grid-area:2/1;margin:0;font-size:12px;line-height:18px;overflow:hidden}.fv-reply-date{color:#98a2b3;white-space:nowrap;text-align:right;grid-area:2/2;justify-self:end;margin:0;font-size:12px;font-weight:500;line-height:18px}.fv-reply-synopsis{color:#475467;margin:0;font-size:13px;line-height:1.6}.fv-reply-detail{flex-direction:column;gap:6px;min-width:0;display:flex}.fv-reply-detail-toggle{color:#595959;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:6px;width:fit-content;min-height:0;margin:0;padding:0;font-size:11px;font-weight:700;display:inline-flex}.fv-reply-detail-toggle svg{color:#8c8c8c;flex-shrink:0;width:14px;height:14px}.fv-reply-body-wrap{background:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-direction:column;gap:8px;min-width:0;padding:12px 14px;display:flex}.fv-reply-body{color:#262626;white-space:pre-wrap;overflow-wrap:break-word;margin:0;font-size:13px;line-height:1.7}.fv-reply-body--clamped{max-height:6.8em;overflow:hidden}.fv-reply-body-expand{color:#1677ff;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;width:fit-content;margin:0;padding:0;font-family:inherit;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}.fv-reply-body-expand:hover{color:#0958d9}.fv-reply-body-expand svg{flex-shrink:0;width:12px;height:12px}.fv-reply-body--muted{color:#8c8c8c}.fv-reply-media-shell{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:100%;min-width:0;overflow:hidden}.fv-reply-supporting{flex-direction:column;gap:10px;min-width:0;padding-top:0;display:flex}.fv-reply-attachments{flex-direction:column;align-items:stretch;gap:6px;min-width:0;display:flex;position:relative}.fv-reply-att-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.fv-reply-att-title{color:#595959;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;width:fit-content;margin:0;padding:0;font-size:11px;font-weight:700;display:flex}.fv-reply-att-title svg{color:#8c8c8c;flex-shrink:0;width:14px;height:14px}.fv-reply-att-download-all{color:#98a2b3;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:4px;margin:0;padding:0;font-size:12px;font-weight:500;display:inline-flex}.fv-reply-att-download-all:hover:not(:disabled){color:#667085}.fv-reply-att-download-all:disabled,.fv-reply-att-download-all--loading{cursor:not-allowed;opacity:.7}.fv-reply-att-download-all svg{flex-shrink:0;width:14px;height:14px}.fv-reply-att-list{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:6px;width:102%;min-width:0;display:flex}.fv-reply-att-row{box-sizing:border-box;background:#fff;border:1px solid #e5f0ff;border-radius:8px;flex:none;align-items:center;gap:7px;width:fit-content;min-width:0;max-width:100%;min-height:38px;padding:5px 6px 5px 8px;transition:background .16s,border-color .16s,box-shadow .16s;display:inline-flex;overflow:hidden}.fv-reply-att-row:hover{background:#f8fbff;border-color:#91caff;box-shadow:0 6px 16px #1677ff14}.fv-reply-att-main{align-items:center;gap:8px;min-width:0;display:inline-flex}.fv-reply-att-icon{color:#64748b;flex-shrink:0}.fv-reply-att-name{color:#262626;white-space:normal;overflow-wrap:anywhere;min-width:0;font-size:12px;font-weight:500;line-height:1.35}.fv-reply-att-actions{flex:none;align-items:center;gap:2px;display:inline-flex}.fv-reply-att-action{color:#262626;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;margin:0;padding:0;text-decoration:none;display:inline-flex}.fv-reply-att-action:hover{background:#0000000a}.fv-reply-att-action--disabled{opacity:.4;pointer-events:none;cursor:default}.fv-reply-att-action--loading{cursor:not-allowed;opacity:.7}.fv-reply-att-spinner{animation:.8s linear infinite fv-reply-att-spin}@keyframes fv-reply-att-spin{to{transform:rotate(360deg)}}.fv-reply-footer{border-top:none;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:0;padding-top:0;display:flex}.fv-reply-footer-left{color:#6f6f6f;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:12px;display:flex}.fv-reply-shared-label{color:#6f6f6f;white-space:nowrap;font-size:12px}.fv-reply-shared-icons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fv-reply-shared-link{line-height:0;text-decoration:none;display:inline-flex}.fv-reply-shared-img{object-fit:contain;width:18px;height:18px}.fv-reply-shared-fallback{color:#595959;background:#f0f0f0;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;font-weight:700;line-height:1;display:inline-flex}.fv-reply-footer-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.fv-reply-action-btn{color:#262626;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;margin:0;padding:0;transition:background-color .15s;display:inline-flex}.fv-reply-action-btn:hover{background:#0000000a}.fv-reply-action-btn--danger{color:#ff4d4f}.fv-reply-action-btn--danger:hover{background:#ff4d4f14}
.fv-replay-panel{box-sizing:border-box;color:#262626;font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;background:0 0;flex-direction:column;width:100%;height:100%;min-height:0;font-family:inherit;font-size:14px;font-weight:400;line-height:normal;display:flex;overflow:hidden}.fv-replay-panel *,.fv-replay-panel :before,.fv-replay-panel :after{box-sizing:border-box}.fv-replay-panel span,.fv-replay-panel strong,.fv-replay-panel button,.fv-replay-panel h2,.fv-replay-panel p,.fv-replay-panel pre,.fv-replay-panel dt,.fv-replay-panel dd{font-synthesis:none;line-height:normal}.fv-replay-body{flex-direction:column;flex:auto;min-height:0;padding:16px 20px;display:flex}.fv-replay-header{flex-shrink:0}.fv-replay-header-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fv-replay-header-title-wrap{flex:auto;min-width:0}.fv-replay-title{color:#172033;margin:0;font-size:18px;font-weight:600;line-height:1.2}.fv-replay-close-btn{color:#1677ff;cursor:pointer;background:#f8fbffeb;border:1px solid #1677ff2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin:0;padding:0;transition:background-color .15s;display:inline-flex}.fv-replay-close-btn:hover{background:#f0f7ff}.fv-replay-transport{flex-wrap:wrap;align-items:center;gap:8px;padding:16px 0;display:flex}.fv-replay-btn{min-height:30px;font:inherit;white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s;display:inline-flex}.fv-replay-btn--play{color:#fff;background:#0090ff;border:1px solid #0090ff}.fv-replay-btn--play:hover{background:#1677ff;border-color:#1677ff}.fv-replay-btn--ghost{color:#1677ff;background:#f8fbffd1;border:1px solid #1677ff2e}.fv-replay-btn--ghost:hover{background:#f0f7ff}.fv-replay-btn--stop{color:#475467;background:#fff;border:1px solid #cbd5e1db}.fv-replay-btn--stop:hover{background:#f8fbff;border-color:#cfe7ff}.fv-replay-resync{min-height:42px;line-height:1}.fv-replay-clock{color:#667085;font-variant-numeric:tabular-nums;margin-left:auto;font-size:15px;font-weight:600;line-height:1}.fv-replay-filters-section{border-top:1px solid #cbd5e19e;flex-shrink:0;padding-top:16px}.fv-replay-filters-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fv-replay-filters-label{color:#667085;letter-spacing:.05em;text-transform:uppercase;margin-right:4px;font-size:11px;font-weight:700}.fv-replay-filter-btn{color:#667085;min-height:30px;font:inherit;cursor:pointer;background:#f8fbff;border:1px solid #d6e8ff;border-radius:8px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:600;line-height:1;transition:border-color .15s,box-shadow .15s,color .15s;display:inline-flex}.fv-replay-filter-btn>span{align-items:center;line-height:1;display:inline-flex}.fv-replay-filter-btn--active{color:#1677ff;border-color:#1677ffb8;box-shadow:0 0 0 1px #1677ff2e}.fv-replay-filter-count{color:#1677ff;background:#eef6ff;border-radius:999px;justify-content:center;align-self:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.fv-replay-loading-label{color:#667085;align-items:center;gap:6px;margin-left:auto;font-size:11px;font-weight:600;display:inline-flex}.fv-replay-feed{flex:auto;min-height:0;margin-top:16px;padding-bottom:clamp(110px,20vh,180px);padding-right:4px;overflow-y:auto}.fv-replay-feed--complete{padding-bottom:16px}.fv-replay-empty{color:#667085;background:#f8fbffc7;border:1px dashed #1677ff47;border-radius:16px;justify-content:flex-start;align-items:center;min-height:42px;padding:12px 16px;font-size:12px;font-weight:650;display:flex}.fv-replay-rows{flex-direction:column;gap:12px;padding-right:4px;display:flex}.fv-replay-item{flex-direction:column;gap:4px;min-width:0;display:flex}.fv-replay-row{width:100%;min-height:36px;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffe0;border:1px solid #e0e7f0b8;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;transition:background-color .16s,border-color .16s,box-shadow .16s;display:grid}.fv-replay-row--step{grid-template-columns:42px minmax(0,1fr);align-items:flex-start}.fv-replay-row--console{grid-template-columns:16px 42px 42px minmax(0,1fr)}.fv-replay-row--network{grid-template-columns:16px 44px 42px minmax(0,1fr) 44px 58px}.fv-replay-row:hover{background:#f8fbff;border-color:#cfe7ff;box-shadow:0 8px 18px #1677ff14}.fv-replay-row--error{background:snow}.fv-replay-row--error .fv-replay-time-pill{color:#cf1322;background:#cf13220f;border-color:#cf132247}.fv-replay-row--active{background:#f0f7ff;border-color:#91caff;box-shadow:0 0 0 1px #1677ff14,0 10px 22px #1677ff1f}.fv-replay-row--error.fv-replay-row--active{background:#fff5f5;border-color:#cf132252;box-shadow:0 0 0 1px #cf13220f,0 10px 22px #cf13221f}.fv-replay-time-pill{color:#1677ff;font-variant-numeric:tabular-nums;white-space:nowrap;background:#f8fbff;border:1px solid #d6e8ff;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:1px 7px;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.fv-replay-row-label{color:#262626;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;line-height:1.35;overflow:hidden}.fv-replay-row-label--wrap{white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:visible}.fv-replay-log-level,.fv-replay-method{color:#595959;letter-spacing:.04em;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.7}.fv-replay-method{color:#1677ff}.fv-replay-row--console.fv-replay-row--error .fv-replay-log-level{color:#cf1322}.fv-replay-expand-btn{color:#8c8c8c;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:18px;height:18px;margin:0;padding:0;display:inline-flex}.fv-replay-expand-btn:hover{color:#1677ff;background:#eef6ff}.fv-replay-expand-icon{color:currentColor;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.fv-replay-item--expanded .fv-replay-expand-btn{color:#1677ff}.fv-replay-status,.fv-replay-duration{color:#595959;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;font-weight:600}.fv-replay-status--failed{color:#cf1322;background:#cf13220f;border:1px solid #cf132247;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:1px 8px;display:inline-flex}.fv-replay-detail{background:#fff;border:1px solid #e0e7f0d1;border-radius:12px;margin:0 0 4px 24px;padding:10px 12px;box-shadow:0 10px 24px #0f172a0d}.fv-replay-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:0 0 10px;display:grid}.fv-replay-detail-fact{min-width:0}.fv-replay-detail-fact dt,.fv-replay-detail-label{color:#667085;letter-spacing:.05em;text-transform:uppercase;margin:0 0 3px;font-size:11px;font-weight:600;line-height:1.3}.fv-replay-detail-fact dd{color:#262626;overflow-wrap:anywhere;min-width:0;margin:0;font-size:12px;font-weight:500;line-height:1.45}.fv-replay-detail-section+.fv-replay-detail-section{margin-top:10px}.fv-replay-detail-code{color:#172033;white-space:pre-wrap;overflow-wrap:anywhere;background:#f8fbff;border:1px solid #e0e7f0db;border-radius:8px;max-height:168px;margin:0;padding:9px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;line-height:1.55;overflow-x:auto}.fv-replay-skeleton{gap:12px;display:grid}.fv-replay-skeleton-label{color:#667085;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.fv-replay-skeleton-rows{flex-direction:column;gap:12px;padding-right:4px;display:flex}.fv-replay-skeleton-row{background:#ffffffe0;border:1px solid #e0e7f0b8;border-radius:14px;padding:12px 14px;overflow:hidden}.fv-replay-skeleton-row-grid{grid-template-columns:18px auto auto auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;display:grid;overflow:hidden}.fv-replay-skel{background:#eef3f8;border-radius:6px;animation:1.6s ease-in-out infinite fv-replay-pulse}.fv-replay-skel--icon{border-radius:5px;width:16px;height:16px}.fv-replay-skel--badge{border-radius:999px;width:50px;height:18px}.fv-replay-skel--circle{border-radius:999px;width:22px;height:22px}.fv-replay-skel--pill{border-radius:999px;width:62px;height:18px}.fv-replay-skel--text{border-radius:6px;height:16px}.fv-replay-skel--text-wide{width:78%}.fv-replay-skel--text-narrow{width:64%}.fv-replay-spinner{color:#98a2b3;flex-shrink:0;animation:1s linear infinite fv-replay-spin}@keyframes fv-replay-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fv-replay-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (max-width:520px){.fv-replay-body{padding:12px 16px}.fv-replay-title{font-size:16px}.fv-replay-transport{gap:6px;padding-top:12px}.fv-replay-clock{font-size:11px}.fv-replay-filters-section{padding-top:12px}.fv-replay-filters-row{gap:6px}.fv-replay-skeleton-row{padding:12px}.fv-replay-skeleton-row-grid{grid-template-columns:18px auto auto minmax(0,1fr)}.fv-replay-skel--pill{display:none}}
