/* Isolated Editor Pro illustration. All selectors are scoped to this module. */
.yte-section{--yte-accent:var(--director,#bc6565);--yte-ink:#253f53;--yte-muted:#617d8f;--yte-line:#d8e4ed;color:var(--yte-ink)}
.yte-section *{box-sizing:border-box}
.yte-section svg{width:22px;height:22px;flex-shrink:0}
.yte-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:28px}
.yte-heading h2{margin-bottom:0;max-width:21ch!important}
.yte-heading>p{max-width:44ch;margin:0;font-size:.93rem}
.yte-editor{border:1px solid var(--yte-line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 20px 60px #193a4c09}
.yte-windowbar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 23px;border-bottom:1px solid var(--yte-line);background:#f2f7fb}
.yte-windowbar>span{display:flex;align-items:center;gap:10px;font-size:.95rem}
.yte-windowbar svg{color:var(--yte-accent)}
.yte-windowbar>small{font-size:.67rem;color:var(--yte-muted)}
.yte-controls{border:0;padding:20px 24px 0;margin:0;display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-width:0}
.yte-controls legend{float:left;margin-right:14px;font-size:.73rem;color:var(--yte-muted);padding:0;line-height:42px}
.yte-controls label{position:relative;cursor:pointer}
.yte-controls input{position:absolute;opacity:0;width:1px;height:1px;inset:50% 0 0 50%}
.yte-controls label>span{display:flex;align-items:center;gap:8px;padding:10px 15px;border:1px solid var(--yte-line);border-radius:10px;font-size:.8rem;color:#56748a}
.yte-controls input:checked+span{background:color-mix(in srgb,var(--yte-accent) 9%,white);border-color:var(--yte-accent);color:var(--yte-accent)}
.yte-controls input:focus-visible+span{outline:3px solid #0668e1;outline-offset:3px}
.yte-controls svg{width:19px;height:19px}
.yte-workspace{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(235px,1fr);gap:20px;padding:20px 24px}
.yte-preview,.yte-inspector{border:1px solid var(--yte-line);border-radius:14px;overflow:hidden;min-width:0;background:#f7fafd}
.yte-preview-title{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px;font-size:.7rem;color:var(--yte-muted)}
.yte-preview-title small{font-size:.61rem}
.yte-monitor{aspect-ratio:16/9;position:relative;overflow:hidden;margin:0 12px;background:#e3ebf2;border-radius:8px}
.yte-monitor>img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}
.yte-monitor:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0a243583);pointer-events:none}
.yte-bounds{position:absolute;inset:12% 8%;border:1px solid #ffffff95;z-index:1;opacity:1;transition:opacity .2s}
.yte-bounds i{position:absolute;width:5px;height:5px;background:#fff;box-shadow:0 0 0 1px #557bab}
.yte-bounds i:nth-child(1){left:-3px;top:-3px}.yte-bounds i:nth-child(2){right:-3px;top:-3px}.yte-bounds i:nth-child(3){right:-3px;bottom:-3px}.yte-bounds i:nth-child(4){left:-3px;bottom:-3px}
.yte-caption{position:absolute;left:8%;right:8%;bottom:12%;z-index:2;text-align:center;color:white;background:#193344c9;padding:7px 10px;border-radius:5px;font-size:clamp(.7rem,1.05vw,.96rem);font-weight:700}
.yte-preview-titlecard{position:absolute;inset:auto 12% 25%;z-index:2;padding:12px 15px;background:#fffdf3;color:#243b4e;font-weight:750;font-size:clamp(.8rem,1.5vw,1.4rem);border-left:5px solid #bc8c46;opacity:0;transition:opacity .2s}
.yte-transport{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 15px;color:#7b92a2;font-size:10px}
.yte-transport>b{color:var(--yte-accent);font-size:20px}.yte-transport code{font-size:10px;color:#41637b}.yte-transport i{height:3px;background:#d5e2eb;flex:1;max-width:110px;border-radius:5px}.yte-transport small{font-size:9px}
.yte-inspector{padding:18px;background:white;display:flex;align-items:center}
.yte-inspector-mode{width:100%;min-width:0}
.yte-selection{display:flex;gap:10px;align-items:center;padding-bottom:14px;margin-bottom:9px;border-bottom:1px solid var(--yte-line)}
.yte-selection>span{width:35px;height:35px;display:grid;place-items:center;background:#edf4fa;color:var(--yte-accent);border-radius:8px}
.yte-selection small{font-size:9px;color:var(--yte-muted);display:block}.yte-selection strong{font-size:12px;display:block;margin-top:3px}
.yte-property{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;flex-wrap:wrap;font-size:10px}
.yte-property>span{color:var(--yte-muted)}.yte-property>b{font-size:10px;padding:5px 8px;border:1px solid #dae6ee;border-radius:5px;background:#f8fafc;font-weight:550}
.yte-property>i{flex:0 0 100%;height:4px;background:#e3ecf3;border-radius:4px;display:block;margin-top:3px}
.yte-property em{display:block;width:65%;height:100%;border-radius:4px;background:var(--yte-accent);position:relative}.yte-property em:after{content:'';position:absolute;right:0;top:-3px;width:10px;height:10px;background:#fff;border:2px solid var(--yte-accent);border-radius:50%}
.yte-timeline{margin:0 24px 24px;border:1px solid var(--yte-line);border-radius:14px;overflow:hidden;background:#f9fbfd}
.yte-timeline-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid var(--yte-line)}
.yte-timeline-bar>b{font-size:12px}.yte-timeline-bar>div{display:flex;align-items:center;gap:8px}.yte-timeline-bar span{font-size:8px;padding:4px 7px;border:1px solid #d6e4ed;border-radius:4px;display:flex;align-items:center;gap:4px;color:#607f93;background:#fff}.yte-timeline-bar svg{width:12px;height:12px}.yte-timeline-bar i{font-size:8px;color:#7891a3;font-style:normal;margin-left:8px}
.yte-timeline-grid{padding:12px;--yte-label:115px}
.yte-ruler,.yte-scene-markers{display:grid;grid-template-columns:var(--yte-label) minmax(0,1fr);gap:10px}
.yte-ruler>div{display:flex;justify-content:space-between;font:8px monospace;color:#8ba0af;padding-bottom:10px}
.yte-scene-markers{font-size:8px;color:#7f96a5;margin-bottom:8px}.yte-scene-markers>span{padding-left:8px;align-self:center}.yte-scene-markers>div{display:grid;grid-template-columns:14fr 16fr 55fr 15fr;gap:2px}.yte-scene-markers b{text-align:center;font-size:8px;font-weight:500;background:#e4edf5;padding:6px 2px;border-radius:3px;white-space:nowrap;overflow:hidden}.yte-scene-markers b:nth-child(1){background:#f4e1e4;color:#ac6471}.yte-scene-markers b:nth-child(2){background:#f7ecce;color:#9e813b}.yte-scene-markers b:nth-child(4){background:#e0efe8;color:#4c8a74}
.yte-track-stack{position:relative;display:grid;gap:5px}
.yte-track{display:grid;grid-template-columns:var(--yte-label) minmax(0,1fr);gap:10px;opacity:.6;transition:opacity .2s}
.yte-track-name{display:flex;align-items:center;gap:7px;font-size:9px;color:#57738a;padding-left:8px;min-width:0}
.yte-track-name>b{font-size:9px;font-weight:500}.yte-track-name svg{width:13px;height:13px;color:var(--track)}.yte-track-name svg:last-child:not(:first-child){margin-left:auto;width:10px;height:10px;color:#91a3b1}
.yte-lane{height:35px;position:relative;border:1px solid color-mix(in srgb,var(--track) 20%,white);background:color-mix(in srgb,var(--track) 5%,white);border-radius:4px;overflow:hidden}
.yte-clip{position:absolute;top:3px;height:27px;display:flex;align-items:center;gap:4px;padding:3px 7px;color:var(--track);background:color-mix(in srgb,var(--track) 19%,white);border:1px solid color-mix(in srgb,var(--track) 58%,white);border-radius:4px;overflow:hidden;min-width:2px}
.yte-clip>svg{width:17px;height:17px;opacity:.8}.yte-clip>b{font-size:8px;font-weight:550;white-space:nowrap;z-index:1}
.yte-clip>.yte-wave{position:absolute;inset:3px 0;width:100%;height:20px;opacity:.35;stroke:var(--track);stroke-width:1.2}
.yte-track-audio .yte-clip>b{background:color-mix(in srgb,var(--track) 19%,white);padding:1px 3px}
.yte-playhead-zone{position:absolute;inset:-8px 0 0 calc(var(--yte-label) + 10px);pointer-events:none}
.yte-playhead{position:absolute;left:27%;top:0;bottom:0;width:1px;background:#d47a73;transition:left .45s ease}
.yte-playhead>b{position:absolute;top:-5px;left:-4px;width:9px;height:8px;background:#d47a73;clip-path:polygon(0 0,100% 0,100% 60%,50% 100%,0 60%)}
.yte-timeline-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;gap:15px;border-top:1px solid var(--yte-line);font-size:8px;color:#7992a3}
.yte-timeline-foot>span{display:flex;align-items:center;gap:5px}.yte-timeline-foot svg{width:11px;height:11px}
.yte-mode-notes{padding:20px 26px;background:#f0f6fa;border-top:1px solid var(--yte-line);min-height:122px}
.yte-mode-note h3{margin:0 0 8px;font-size:1.1rem}.yte-mode-note p{font-size:.86rem;line-height:1.65;margin:0;max-width:95ch}
.yte-mode-audio,.yte-mode-effects{display:none}
.yte-editor:has(input[value=montage]:checked) .yte-track-montage,.yte-editor:has(input[value=audio]:checked) .yte-track-audio,.yte-editor:has(input[value=effects]:checked) .yte-track-effects{opacity:1}
.yte-editor:has(input[value=audio]:checked) .yte-mode-montage,.yte-editor:has(input[value=effects]:checked) .yte-mode-montage{display:none}
.yte-editor:has(input[value=audio]:checked) .yte-mode-audio,.yte-editor:has(input[value=effects]:checked) .yte-mode-effects{display:block}
.yte-editor:has(input[value=audio]:checked) .yte-playhead{left:62%}.yte-editor:has(input[value=effects]:checked) .yte-playhead{left:34%}
.yte-editor:has(input[value=audio]:checked) .yte-bounds,.yte-editor:has(input[value=effects]:checked) .yte-bounds{opacity:0}
.yte-editor:has(input[value=effects]:checked) .yte-preview-titlecard{opacity:1}
.yte-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}
.yte-feature-grid article{padding:24px;border:1px solid var(--yte-line);border-radius:17px;background:#fff}.yte-feature-grid svg{width:35px;height:35px;color:var(--yte-accent)}.yte-feature-grid h3{font-size:1rem;margin:15px 0 10px}.yte-feature-grid p{font-size:.82rem;margin:0}
.yte-footnote{font-size:.69rem!important;color:#7a929f!important;margin-top:18px!important}
@media(max-width:900px){.yte-heading{display:block}.yte-heading>p{max-width:65ch;margin-top:18px}.yte-workspace{grid-template-columns:minmax(0,1.5fr) minmax(205px,1fr);gap:14px;padding:18px}.yte-timeline{margin:0 18px 18px}.yte-inspector{padding:13px}.yte-feature-grid{gap:12px}.yte-feature-grid article{padding:18px}}
@media(max-width:600px){.yte-windowbar{padding:15px;align-items:flex-start}.yte-windowbar>small{max-width:17ch;line-height:1.5;font-size:8px}.yte-controls{padding:14px 12px 0;gap:6px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.yte-controls legend{float:none;grid-column:1/-1;line-height:1.5;margin-bottom:10px}.yte-controls label>span{font-size:10px;padding:9px 5px;gap:4px;justify-content:center}.yte-controls svg{width:14px;height:14px}.yte-workspace{grid-template-columns:1fr;padding:12px;gap:12px}.yte-preview-title{padding:10px;font-size:9px}.yte-preview-title small{font-size:8px}.yte-monitor{margin-inline:8px}.yte-transport{gap:10px;padding:10px}.yte-transport code{font-size:8px}.yte-caption{font-size:10px;padding:5px}.yte-inspector{padding:13px}.yte-inspector-mode{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.yte-selection{grid-column:1/-1;margin-bottom:3px;padding-bottom:10px}.yte-property{font-size:9px;gap:5px}.yte-property>b{font-size:9px}.yte-editor:has(input[value=audio]:checked) .yte-inspector .yte-mode-audio,.yte-editor:has(input[value=effects]:checked) .yte-inspector .yte-mode-effects{display:grid}.yte-inspector .yte-mode-audio,.yte-inspector .yte-mode-effects{display:none}.yte-timeline{margin:0 12px 12px}.yte-timeline-bar{padding:10px;gap:7px;flex-wrap:wrap}.yte-timeline-bar>b{font-size:10px}.yte-timeline-bar>div{gap:5px}.yte-timeline-bar span{font-size:7px;padding:3px 4px}.yte-timeline-bar i{display:none}.yte-timeline-grid{padding:8px;--yte-label:65px}.yte-track-name{padding-left:0;gap:4px}.yte-track-name>b{font-size:7px;line-height:1.3}.yte-track-name svg{width:11px;height:11px}.yte-track-name svg:last-child:not(:first-child){display:none}.yte-track,.yte-ruler,.yte-scene-markers{gap:6px}.yte-ruler b{font-size:6px}.yte-scene-markers>span{padding-left:0;font-size:7px}.yte-scene-markers b{font-size:6px;padding:4px 1px}.yte-lane{height:28px}.yte-clip{height:20px;top:3px;padding:2px 3px;gap:2px}.yte-clip>svg{width:10px;height:10px}.yte-clip>b{font-size:6px}.yte-clip>.yte-wave{height:14px}.yte-playhead-zone{left:calc(var(--yte-label) + 6px)}.yte-timeline-foot{padding:8px;font-size:7px;gap:8px}.yte-timeline-foot>span:last-child{display:none}.yte-mode-notes{padding:18px;min-height:195px}.yte-mode-note h3{font-size:1rem}.yte-mode-note p{font-size:.8rem}.yte-feature-grid{grid-template-columns:1fr;gap:12px}.yte-feature-grid article{padding:20px}.yte-feature-grid h3{margin:10px 0 7px}.yte-section .yte-heading h2{font-size:2rem!important}}
@media(prefers-reduced-motion:reduce){.yte-section *{transition:none!important}}
