.ck-cd-layer { position: fixed; inset: 0; z-index: 1850; pointer-events: none; }
.ck-cd-scrim { position: absolute; top: 0; right: 0; bottom: 0; left: var(--ck-cd-left,0px); border: 0; background: rgba(15,23,42,.34); opacity: 0; pointer-events: auto; cursor: default; transition: opacity 190ms cubic-bezier(.2,.8,.2,1); }
.ck-cd-drawer { position: absolute; left: var(--ck-cd-left,0px); right: 0; bottom: 0; display: flex; flex-direction: column; background: #fff; border-radius: 18px 18px 0 0; box-shadow: 0 -18px 60px rgba(15,23,42,.18); pointer-events: auto; color: #172033; transform: translateY(100%); transition: transform 190ms cubic-bezier(.2,.8,.2,1); will-change: transform; }
.ck-cd-layer.is-open .ck-cd-scrim { opacity: 1; }
.ck-cd-layer.is-open .ck-cd-drawer { transform: translateY(0); }
.ck-cd-layer.is-exiting .ck-cd-scrim { opacity: 0; }
.ck-cd-layer.is-exiting .ck-cd-drawer { transform: translateY(100%); }
.ck-cd-layer.is-exiting .ck-cd-scrim,.ck-cd-layer.is-exiting .ck-cd-drawer { pointer-events: none; }
.ck-cd--scroll-segments .ck-cd-drawer { max-height: min(78vh,760px); }
.ck-cd-header { flex: 0 0 auto; display: flex; justify-content: space-between; gap: 20px; padding: 16px 24px 12px; border-bottom: 1px solid #e8edf2; }
.ck-cd-kicker { color: #718096; font-size: 10.5px; font-weight: 700; letter-spacing: .11em; }
.ck-cd-header h2 { margin: 3px 0; font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: -.01em; }
.ck-cd-meta { color: #718096; font-size: 12.5px; font-weight: 400; }
.ck-cd-outcome { display: inline-flex; margin-top: 7px; padding: 3px 8px; border-radius: 999px; background: #e6fffa; color: #0f766e; font-size: 11px; font-weight: 700; }
.ck-cd-close { width: 34px; height: 34px; border: 0; border-radius: 9px; background: transparent; color: #64748b; cursor: pointer; font-size: 20px; }
.ck-cd-close:hover { background: #f1f5f9; color: #172033; }
.ck-cd-segments { min-height: 0; padding: 12px 24px 18px; display: grid; gap: 9px; }
.ck-cd--scroll-segments .ck-cd-segments { min-height: 0; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; align-content: start; }
.ck-cd-segment { border: 1px solid #dde4eb; border-radius: 12px; padding: 12px 14px; background: #fff; }
.ck-cd-segment-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ck-cd-segment-heading { display: inline-flex; align-items: center; min-width: 0; gap: 7px; }
.ck-cd-segment-title { font-size: 13px; font-weight: 600; }
.ck-cd-segment-separator,.ck-cd-segment-duration { color: #718096; font-size: 12px; font-weight: 400; }
.ck-cd-state { padding: 18px 0 4px; color: #64748b; font-size: 13px; font-weight: 600; }
.ck-cd-segment--processing .ck-cd-state { color: #8a5a00; }
.ck-cd-segment--deletion_pending,.ck-cd-segment--deleted,.ck-cd-segment--expired,.ck-cd-segment--unavailable { background: #f8fafc; }
.ck-cd-terminal-label { color: #64748b; font-size: 12px; font-weight: 600; }
.ck-cd-terminal-detail { display: flex; align-items: center; gap: 7px; padding-top: 9px; color: #718096; font-size: 12px; }
.ck-cd-terminal-detail i { flex: 0 0 auto; font-size: 15px; }
.ck-cd-available-actions { min-width: 0; }
.ck-cd-star { width: 28px; height: 28px; display: inline-grid; place-items: center; align-self: center; border: 0; border-radius: 7px; background: transparent; color: #64748b; cursor: pointer; font-size: 18px; line-height: 1; }
.ck-cd-star:hover { background: transparent; color: #475569; }
.ck-cd-star.is-starred { background: transparent; color: #d59b22; }
.ck-cd-star.is-starred:hover { background: transparent; color: #d59b22; }
.ck-cd-star i { display: block; width: 18px; height: 18px; margin: 0; padding: 0; font-size: 18px; line-height: 18px; transform: none; }
.ck-cd-header-actions { display: inline-flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.ck-cd-icon-action { width: 32px; height: 32px; display: inline-grid; place-items: center; border: 0; border-radius: 8px; background: transparent; color: #0d7d72; cursor: pointer; font-size: 17px; }
.ck-cd-icon-action:hover { background: #f0fdfa; }
.ck-cd-icon-action.ck-cd-delete { color: #a83d3d; }
.ck-cd-icon-action.ck-cd-delete:hover { background: #fef2f2; }
.ck-cd-player { display: grid; grid-template-columns: 34px minmax(80px,1fr) auto; align-items: center; gap: 10px; margin-top: 9px; color: #64748b; font-size: 12px; }
.ck-cd-player button { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; flex: 0 0 34px; border: 0; border-radius: 50%; background: #0d9488; color: #fff; cursor: pointer; }
.ck-cd-player button i { display: block; width: 16px; height: 16px; margin: 0; padding: 0; color: #fff; font-size: 16px; line-height: 16px; transform: none; }
.ck-cd-track { min-width: 0; height: 16px; display: flex; align-items: center; border: 0; outline: 0; cursor: pointer; touch-action: none; }
.ck-cd-track[aria-disabled="true"] { cursor: default; opacity: .55; }
.ck-cd-track-rail { position: relative; width: 100%; height: 3px; border-radius: 999px; background: #dbe4ea; }
.ck-cd-track-fill { position: absolute; inset: 0 auto 0 0; width: 0; border-radius: inherit; background: #5bb8ae; pointer-events: none; }
.ck-cd-track-knob { position: absolute; top: 50%; left: 0; width: 13px; height: 13px; border: 3px solid #0d9488; border-radius: 50%; background: #fff; box-sizing: border-box; transform: translate(-50%,-50%); pointer-events: none; }
.ck-cd-track:focus-visible .ck-cd-track-knob { box-shadow: 0 0 0 2px rgba(13,148,136,.22); }
.ck-cd-seek-tip { position: absolute; bottom: 11px; transform: translateX(-50%); padding: 3px 6px; border-radius: 5px; background: #172033; color: #fff; font-size: 10px; font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; pointer-events: none; }
.ck-cd-retention { display: inline-block; margin-top: 7px; color: #64748b; font-size: 12px; }
.ck-cd-retention--urgent { color: #b42318; font-weight: 700; }
.ck-cd-retention--warning { color: #8a5a00; font-weight: 700; }
.ck-cd-delete-confirm { margin-top: 14px; padding: 12px; border-radius: 10px; background: #fff7ed; color: #7c2d12; font-size: 12px; }
.ck-cd-delete-confirm p { margin: 0 0 10px; line-height: 1.45; }
.ck-cd-delete-confirm > div { display: flex; justify-content: flex-end; gap: 8px; }
.ck-cd-delete-confirm button { border: 1px solid #e2e8f0; border-radius: 8px; padding: 6px 10px; background: #fff; color: #475569; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.ck-cd-delete-confirm .ck-cd-delete-confirm-btn { border-color: #b42318; background: #b42318; color: #fff; }
.ck-cd-segment button:disabled { cursor: not-allowed; opacity: .55; }
.ck-cd-empty,.ck-cd-error { padding: 36px; color: #64748b; }
.ck-cd-loading { min-height: 172px; }
.ck-cd-loading-head { padding: 18px 24px 14px; border-bottom: 1px solid #e8edf2; }
.ck-cd-loading-head > div { display: grid; gap: 7px; }
.ck-cd-loading-body { padding: 14px 24px 20px; }
.ck-cd-skeleton { display: block; border-radius: 999px; background: #edf2f7; }
.ck-cd-skeleton--kicker { width: 68px; height: 8px; }
.ck-cd-skeleton--title { width: min(210px,55%); height: 18px; }
.ck-cd-skeleton--meta { width: min(300px,75%); height: 10px; }
.ck-cd-skeleton--segment { width: 100%; height: 62px; border-radius: 12px; }
@media (prefers-reduced-motion: reduce) {
  .ck-cd-scrim,.ck-cd-drawer { transition: none; }
}
@media (max-width: 900px) {
  .ck-cd-header,.ck-cd-segments { padding-left: 18px; padding-right: 18px; }
}
.ck-rec-control-host { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.ck-rec-control-host button { min-height: 32px; border: 1px solid #CBD5E1; border-radius: 8px; background: #fff; color: #334155; font-weight: 700; padding: 0 10px; }
.ck-rec-control-host button:disabled { opacity: .55; cursor: not-allowed; }
.ck-rec-start { display: inline-flex; align-items: center; gap: 7px; min-width: 106px; justify-content: center; color: #334155; border-color: #CBD5E1; background: #fff; }
.ck-rec-inactive-dot { width: 8px; height: 8px; border-radius: 50%; background: #94A3B8; flex: 0 0 auto; }
.ckrec-live { min-height: 36px; min-width: 238px; box-sizing: border-box; display: inline-flex; align-items: center; gap: 7px; padding: 3px 5px 3px 10px; border: 1px solid; border-radius: 9px; font-size: 12px; font-weight: 800; }
.ckrec-live--active { color: #991B1B; background: #FEF2F2; border-color: #FECACA; }
.ckrec-live--paused { color: #92400E; background: #FFFBEB; border-color: #FDE68A; }
.ckrec-indicator { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.ckrec-live--active .ckrec-indicator { background: #EF4444; animation: ck-incall-pulse 1.6s ease-in-out infinite; }
.ckrec-live--paused .ckrec-indicator { background: #D97706; }
.ckrec-time { font-variant-numeric: tabular-nums; }
.ckrec-label { margin-right: auto; }
.ck-rec-control-host .ckrec-mini { width: 28px; height: 28px; min-height: 28px; padding: 0; display: inline-grid; place-items: center; border-color: currentColor; background: rgba(255,255,255,.72); color: inherit; }
.ckrec-mini i { font-size: 15px; }
.ckrec-live--transition { padding-right: 10px; }
.ckrec-spinner { width: 12px; height: 12px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: ckrec-spin .75s linear infinite; }
@keyframes ckrec-spin { to { transform: rotate(360deg); } }
.ck-rec-consent-overlay { position: fixed; inset: 0; z-index: 700; display: grid; place-items: center; background: rgba(15,23,42,.42); padding: 24px; }
.ck-rec-consent { width: min(460px,100%); border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.25); padding: 24px; }
.ck-rec-consent-head { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.ck-rec-consent-icon { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 9px; background: #E6FFFA; color: #0D7D72; font-size: 17px; }
.ck-rec-consent h2 { margin: 0; font-size: 20px; }
.ck-rec-consent p { margin: 0 0 12px; color: #475569; line-height: 1.5; }
.ck-rec-consent-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.ck-rec-consent button { min-height: 38px; border: 1px solid #CBD5E1; border-radius: 9px; background: #fff; padding: 0 14px; font-weight: 700; }
.ck-rec-consent button.primary { border-color: #0D9488; background: #0D9488; color: #fff; }
