.saved-import-wrap{position:relative;max-width:640px;margin:8px auto 24px}
.saved-import-wrap .saved-import{margin:0}
.saved-channel-matches{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 6px);max-height:min(440px,60dvh);overflow-y:auto;border:1px solid var(--ui-border,#272727);border-radius:8px;background:var(--ui-panel,#111);box-shadow:0 16px 40px #0009;padding:6px;scrollbar-width:thin}
.saved-channel-matches[hidden]{display:none}
.cb-match{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border-radius:6px;text-align:left;background:none;min-height:64px}
.cb-match:hover,.cb-match:focus-visible{background:var(--ui-hover,#1b1b1b)}
.cb-match>img,.cb-avatar{width:38px;height:38px;object-fit:cover;border-radius:50%;flex:none}
.cb-avatar{display:grid;place-items:center;background:#202020;color:#999}
.cb-match>span:not(.cb-avatar){display:flex;flex:1;min-width:0;flex-direction:column;gap:3px}
.cb-match strong{font-size:13px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.cb-match small{font-size:11px;color:var(--ui-muted,#888);overflow-wrap:anywhere}
.cb-match>svg{color:#777}
.saved-library.is-channel-browsing>:is(.saved-summary,.saved-coverage,.saved-toolbar,.saved-results,.saved-pagination,.saved-active-filter,.saved-scan){display:none}
.cb-heading{display:flex;align-items:center;gap:18px;margin:28px 0 20px}
.cb-profile{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
.cb-profile>img,.cb-profile>.cb-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}
.cb-profile>div{min-width:0}
.cb-profile h2{font-size:18px;line-height:1.4;font-weight:550;margin:0;overflow-wrap:anywhere}
.cb-profile span{font-size:12px;color:var(--ui-muted,#888)}
.cb-heading>a{color:#888;display:grid;place-items:center}
.cb-selection{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px;position:sticky;top:8px;z-index:5;background:#111;border:1px solid #292929;border-radius:8px;padding:6px;box-shadow:0 6px 18px #0006}
.cb-selection-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.cb-selection-actions>span{color:var(--ui-muted,#888);font-size:12px;white-space:nowrap;font-variant-numeric:tabular-nums}
.cb-selection-actions>span:empty{display:none}
.cb-selection-actions>.saved-primary{display:flex;align-items:center;justify-content:center;gap:8px;min-width:112px;min-height:36px}
.cb-format{flex:none}
.cb-selection .cb-format button{min-height:36px;white-space:nowrap}
.cb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:24px 18px}
.cb-video{min-width:0;padding:7px;border:1px solid transparent;border-radius:8px;transition:background-color 140ms ease,border-color 140ms ease}
.cb-video.is-selected{background:#252525;border-color:#494949}
.cb-video.is-added{background:#10291e;border-color:#286346}
.cb-video-select{display:block;width:100%;padding:0;background:none;text-align:left}
.cb-thumbnail{display:block;position:relative;aspect-ratio:16/9;background:#111;border-radius:6px;overflow:hidden;outline:1px solid transparent;outline-offset:2px}
.cb-thumbnail>img{display:block;width:100%;height:100%;object-fit:cover}
.cb-video-select>strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:13px;line-height:19px;font-weight:500;margin-top:9px;min-height:38px}
.saved-library .cb-video-select:disabled{opacity:1!important;cursor:default}
.cb-check{position:absolute;right:8px;top:8px;min-width:22px;min-height:22px;border:1px solid #ffffff60;background:#111d;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:5px;color:#ddd;font-size:11px;padding:2px 4px}
.cb-check:empty{padding:0}
.cb-video.is-selected .cb-check{background:#e5e5e5;border-color:#fff;color:#171717}
.cb-video.is-added .cb-check{background:#146c43;border-color:#55bd85;color:#fff;font-size:11px;font-weight:600;padding:3px 7px;box-shadow:0 2px 6px #0005}
.cb-video.is-added .cb-meta,.cb-video.is-added .cb-meta>a{color:#aec9bb}
.cb-check>svg{width:14px;height:14px;flex:none}
@media(prefers-reduced-motion:reduce){.cb-video{transition:none}}
.cb-duration{position:absolute;right:8px;bottom:7px;padding:2px 4px;border-radius:3px;background:#000c;color:#eee;font-size:11px;font-variant-numeric:tabular-nums}
.cb-meta{display:flex;align-items:center;gap:8px;margin-top:4px;color:#888;font-size:11px;line-height:18px;flex-wrap:wrap}
.cb-meta>a{display:grid;place-items:center;margin-left:auto;color:#888;width:24px;height:24px}
.cb-meta>a:hover{color:#eee}
.cb-meta .cb-video-menu{margin-left:auto;width:24px;height:24px;padding:4px}
.cb-video:focus-visible{outline:2px solid #969696;outline-offset:2px}
.cb-meta>a svg{width:14px;height:14px}
.cb-message{display:flex;align-items:center;justify-content:center;gap:10px;min-height:80px;font-size:13px;color:#999;padding:16px;text-align:center;flex-wrap:wrap}
.cb-message button{background:#222;border-radius:6px;padding:8px 12px;font-size:12px}
.cb-error{color:#d5a4a4;font-size:12px;line-height:1.4;margin:6px 0}
.cb-sentinel{display:flex;justify-content:center;padding:28px}
@media(max-width:600px){.cb-heading{gap:8px;flex-wrap:wrap}.cb-profile h2{font-size:16px}.cb-profile>img{width:36px;height:36px}.cb-selection{gap:6px}.cb-selection>span{font-size:11px}.cb-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.cb-meta{gap:2px 6px}.cb-meta>a{margin-left:0}.cb-video-select>strong{font-size:12px;line-height:17px;min-height:34px}.cb-selection>.saved-primary{min-width:100px;padding:8px}.cb-check{font-size:10px}.cb-match{padding:10px 6px}}
.cb-back-icon{display:inline-flex;transform:rotate(90deg)}
@media(max-width:600px){.cb-selection{flex-wrap:wrap;gap:6px;padding:6px;top:6px}.cb-format{width:100%}.cb-format button{flex:1}.cb-selection-actions{width:100%;gap:6px;justify-content:space-between}.cb-selection-actions>span{font-size:11px}.cb-selection-actions>.saved-primary{min-width:100px;padding:8px}.cb-selection-actions>.saved-quiet{padding:8px 6px}.cb-meta .cb-video-menu{width:32px;height:32px}}
