.v2-depth-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;padding:0 24px 40px;align-items:start}@media (max-width:900px){.v2-depth-layout{grid-template-columns:minmax(0,1fr);padding:0 14px 32px}}.v2-depth-stagewrap{display:flex;flex-direction:column;gap:16px;min-width:0}.v2-depth-stage{position:relative;width:100%;aspect-ratio:16/9;max-height:480px;margin:0 auto;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#000;display:flex;align-items:center;justify-content:center}.v2-depth-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.v2-depth-empty{display:flex;flex-direction:column;gap:14px;min-height:320px;padding:32px 20px;border:1px dashed var(--border);border-radius:14px;background:var(--surface-1);text-align:center}.v2-depth-empty,.v2-depth-empty-icon{align-items:center;justify-content:center}.v2-depth-empty-icon{display:inline-flex;width:52px;height:52px;border-radius:16px;background:var(--teal-soft);color:var(--teal)}.v2-depth-empty-title{font-size:16px;font-weight:600;color:var(--text)}.v2-depth-empty-desc{font-size:13px;color:var(--text-muted);max-width:360px;line-height:1.5}.v2-depth-empty-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:4px}.v2-depth-trimmer{display:flex;flex-direction:column;gap:14px;padding:18px 20px;border:1px solid var(--border);border-radius:14px;background:var(--surface-1)}.v2-depth-trimmer-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.v2-depth-trimmer-title{font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;color:var(--text)}.v2-depth-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;border-radius:999px;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.v2-depth-badge.ok{background:rgba(16,185,129,.12);color:#10b981;border-color:rgba(16,185,129,.25)}.v2-depth-badge.warn{background:rgba(245,158,11,.12);color:#f59e0b;border-color:rgba(245,158,11,.25)}.v2-depth-warn-banner{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-radius:10px;background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.25);color:#f59e0b;font-size:12.5px;line-height:1.5}.v2-depth-warn-banner.error{background:color-mix(in oklch,var(--danger-fill) 14%,transparent);border-color:color-mix(in oklch,var(--danger-text) 40%,transparent);color:var(--danger-text)}.v2-depth-trim-readout{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.v2-depth-trim-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border);font-variant-numeric:tabular-nums;font-size:12.5px;font-weight:600;color:var(--text)}.v2-depth-trim-chip-label{font-weight:500;font-size:12px;color:var(--text-muted)}.v2-depth-trim-hint,.v2-depth-trim-selected{font-size:12.5px;color:var(--text-muted)}.v2-depth-trim-hint{margin:0;line-height:1.5}.v2-depth-panel{display:flex;flex-direction:column;gap:16px;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface-1)}.v2-depth-panel-title{font-size:15px;font-weight:600;color:var(--text)}.v2-depth-info-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted)}.v2-depth-info-row b{color:var(--text);font-variant-numeric:tabular-nums}.v2-depth-divider{height:1px;background:var(--border);margin:2px 0}.v2-depth-cost-box{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border)}.v2-depth-cost-label{font-size:12px;color:var(--text-muted)}.v2-depth-cost-value{font-size:26px;font-weight:700;color:var(--teal);font-variant-numeric:tabular-nums}.v2-depth-cost-value small{font-size:14px;font-weight:500;margin-left:4px;color:var(--text-muted)}.v2-depth-rate-hint{font-size:11.5px;color:var(--text-dim)}.v2-depth-balance-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--text-muted)}.v2-depth-balance-warn{color:var(--danger-text);font-size:12px;display:flex;align-items:center;gap:4px}.v2-depth-notice{font-size:11.5px;color:var(--text-dim);line-height:1.5;text-align:center}.v2-depth-result-tabs{display:flex;gap:8px;border-bottom:1px solid var(--border);padding-bottom:8px}.v2-depth-result-tab{padding:6px 12px;font-size:13px;font-weight:500;border-radius:8px;background:transparent;color:var(--text-muted);border:none;cursor:pointer;transition:all .15s ease}.v2-depth-result-tab.active{background:var(--teal-soft);color:var(--teal);font-weight:600}.v2-depth-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:640px){.v2-depth-compare-grid{grid-template-columns:1fr}}.v2-depth-compare-item{display:flex;flex-direction:column;gap:6px}.v2-depth-compare-label{font-size:12px;font-weight:600;color:var(--text-muted)}.v2-depth-compare-video{aspect-ratio:16/9}.v2-depth-compare-video,.v2-depth-keyframe-img{width:100%;border-radius:10px;border:1px solid var(--border);background:#000;-o-object-fit:contain;object-fit:contain}.v2-depth-keyframe-img{max-height:380px}.v2-depth-eta{margin-top:10px;padding:10px 12px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border-faint)}.v2-depth-eta-foot{display:flex;justify-content:space-between;gap:8px;margin-top:8px;font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--text-dim)}.v2-depth-eta-note{margin-top:6px;font-size:11px;line-height:1.5;color:var(--text-faint)}.v2-depth-leave-hint{display:flex;gap:8px;margin-top:10px;padding:10px 12px;background:var(--teal-soft);border:1px solid var(--border);border-radius:10px;font-size:12px;line-height:1.55;color:var(--text-dim)}.v2-depth-leave-hint>svg{flex:none;margin-top:2px;color:var(--teal)}.v2-depth-leave-hint p{margin:0 0 4px}.v2-depth-leave-hint a{color:var(--teal);font-weight:600;text-decoration:none}.v2-depth-leave-hint a:hover{text-decoration:underline}