.yt-workspace{display:grid;gap:24px;color:var(--ink)}.yt-destination-switch,.yt-tabs{display:flex;gap:4px;align-items:center;flex-wrap:wrap;border-bottom:1px solid var(--line);padding:0 0 10px}.yt-destination-switch{margin-bottom:24px}.yt-destination-switch button,.yt-tabs button{display:inline-flex;align-items:center;gap:8px;border-radius:9px;padding:9px 14px;color:var(--muted);font-size:13px;font-weight:500}.yt-destination-switch button[aria-pressed=true],.yt-tabs button[aria-pressed=true]{background:var(--ink);color:var(--pearl,#fff)}.yt-callout h4,.yt-heading h3{font-size:19px;font-weight:500;letter-spacing:-.025em}.yt-heading p{margin-top:6px;font-size:13px;color:var(--muted);max-width:650px;line-height:1.6}.yt-fields,.yt-form,.yt-stack{display:grid;gap:18px}.yt-field{display:grid;gap:7px;font-size:12px;font-weight:500;min-width:0}.yt-field input:not([type=checkbox]),.yt-field textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--paper,transparent);color:var(--ink);font-size:13px;font-weight:400}.yt-field .select-shell{width:100%;min-width:0;font-weight:400}.yt-field textarea{resize:vertical;line-height:1.6}.yt-field input:focus,.yt-field textarea:focus{outline:2px solid var(--ink);outline-offset:2px}.yt-field-hint,.yt-muted{font-weight:400;font-size:12px;line-height:1.6;color:var(--muted);overflow-wrap:anywhere}.yt-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.yt-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.yt-actions a,.yt-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.yt-check{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.65}.yt-check input{margin-top:4px;flex:0 0 auto;accent-color:var(--ink)}.yt-callout,.yt-note{border:1px solid var(--line);border-radius:12px;padding:18px;display:grid;gap:12px;font-size:13px;line-height:1.65;overflow-wrap:anywhere}.yt-note[data-tone=error],.yt-status[data-held=true]{color:#b44535}.yt-upload{border:1px dashed var(--line);border-radius:14px;padding:28px;display:grid;justify-items:start;gap:14px}.yt-upload progress{width:100%;height:7px;accent-color:var(--ink)}.yt-options{border-top:1px solid var(--line);padding-top:15px;font-size:12px}.yt-options summary{cursor:pointer;padding:5px 0 14px}.yt-channels{display:flex;flex-wrap:wrap;gap:10px}.yt-channels .yt-check{border:1px solid var(--line);border-radius:10px;padding:10px 14px}.yt-preview{width:100%;max-height:380px;border-radius:12px;background:#101114}.yt-review{display:grid;gap:15px;max-width:780px}.yt-review h4{font-size:20px;font-weight:500;letter-spacing:-.025em}.yt-review pre{white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit;font-size:13px;line-height:1.7}.yt-facts{display:grid;grid-template-columns:auto 1fr;gap:10px 20px;font-size:12px}.yt-facts dt{color:var(--muted)}.yt-facts dd{overflow-wrap:anywhere}.yt-delivery{display:grid;gap:12px;border:1px solid var(--line);border-radius:12px;padding:18px}.yt-delivery-header{display:flex;align-items:start;justify-content:space-between;gap:16px}.yt-delivery-header h4{font-size:14px;font-weight:500;overflow-wrap:anywhere}.yt-status{font-size:11px;line-height:1.6;padding:3px 8px;border:1px solid var(--line);border-radius:6px;white-space:normal;flex-shrink:0}.yt-source-list{display:grid;gap:8px}.yt-source-line{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:11px 0;font-size:12px}.yt-modal-backdrop{position:fixed;inset:0;z-index:90;background:#0007;display:grid;place-items:center;padding:20px}.yt-modal{background:var(--pearl,#fff);border:1px solid var(--line);border-radius:18px;width:min(780px,100%);max-height:88dvh;overflow-y:auto;padding:24px;color:var(--ink)}.yt-modal-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.yt-modal::backdrop{background:#0007}.yt-meter{width:100%;height:7px;accent-color:var(--ink)}.yt-channel-choices{display:grid;gap:8px;min-width:0;border:0;padding:0;margin:16px 0}.yt-channel-choices legend{font-size:12px;font-weight:600;padding:0 0 10px}.yt-channel-choice{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--pearl);cursor:pointer}.yt-channel-choice[data-selected=true]{border-color:var(--ink)}.yt-channel-choice:focus-within{outline:2px solid var(--ink);outline-offset:3px}.yt-channel-choice input{flex:0 0 auto;accent-color:var(--ink)}.yt-channel-choice>span:last-child{min-width:0}.yt-channel-choice strong{display:block;font-size:13px;overflow-wrap:anywhere}.yt-channel-choice strong+span{display:block;margin-top:4px;font-size:11px;color:var(--muted)}.yt-channel-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border:1px solid var(--line);border-radius:9px}.yt-destination-switch button:focus-visible,.yt-tabs button:focus-visible,.yt-workspace button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}@media (max-width:620px){.yt-two-col{grid-template-columns:minmax(0,1fr)}.yt-upload{padding:18px}.yt-delivery-header{flex-direction:column;gap:8px}.yt-modal{padding:18px}.yt-facts{grid-template-columns:1fr;gap:3px}.yt-facts dd{margin-bottom:8px}.yt-destination-switch button{padding:9px 10px}}