yaml-converter .ytj-editor,yaml-converter .ytj-textarea{height:var(--ytj-editor-h,clamp(240px, 36svh, 400px))}@media (width>=600px){yaml-converter .ytj-editor,yaml-converter .ytj-textarea{height:var(--ytj-editor-h,clamp(340px, 52svh, 520px))}}@media (width>=960px){yaml-converter .ytj-editor,yaml-converter .ytj-textarea{height:var(--ytj-editor-h,clamp(520px, 62vh, 760px))}}yaml-converter .ytj-editor{overflow:hidden}yaml-converter .ytj-options{scrollbar-width:none;overscroll-behavior-x:contain}yaml-converter .ytj-options::-webkit-scrollbar{display:none}yaml-converter .ytj-format-badge{color:#fff;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background-color:#ffffff14;border-radius:6px;align-items:center;padding:5px 8px;font-size:11px;font-weight:500;line-height:1;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff24}yaml-converter .ytj-toolbar-sep{background-color:var(--ytj-hairline);flex:none;align-self:center;width:1px;height:20px}yaml-converter .ytj-toolbar-sep--dark{background-color:#ffffff26}yaml-converter .ytj-copy-done,yaml-converter [data-confirmed] .ytj-copy-icon{display:none}yaml-converter [data-confirmed] .ytj-copy-done{display:block}yaml-converter .ytj-resize{display:none}@media (width>=960px){yaml-converter .ytj-resize{background-color:var(--ytj-code);cursor:ns-resize;touch-action:none;user-select:none;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;height:14px;display:flex}}yaml-converter .ytj-resize__grip{background-color:#ffffff38;border-radius:999px;width:40px;height:4px;transition:background-color .15s}yaml-converter .ytj-resize:hover .ytj-resize__grip{background-color:#ffffff73}yaml-converter[data-fullscreen=true] .ytj-resize,yaml-converter .ytj-hints{display:none}@media (width>=960px) and (hover:hover){yaml-converter .ytj-hints{color:var(--ytj-mute);font-size:var(--text-caption);flex-wrap:wrap;align-items:center;gap:16px;margin-top:10px;padding:0 4px;display:flex}}yaml-converter .ytj-hints__item{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}yaml-converter .ytj-hints__note{margin-left:auto}yaml-converter .ytj-kbd{background-color:var(--ytj-canvas);box-shadow:var(--shadow-hairline);color:var(--ytj-body);font-family:var(--font-mono);border-radius:4px;padding:3px 5px;font-size:11px;line-height:1}yaml-converter .ytj-expand-close,yaml-converter[data-fullscreen=true] .ytj-expand-open{display:none}yaml-converter[data-fullscreen=true] .ytj-expand-close{display:block}yaml-converter[data-fullscreen=true]{z-index:60;background-color:var(--ytj-canvas-soft);padding:12px;position:fixed;inset:0;overflow-y:auto}section:has(yaml-converter[data-fullscreen=true]){z-index:60;position:relative}@media (width>=960px){yaml-converter[data-fullscreen=true]{padding:16px 24px}}yaml-converter[data-fullscreen=true] .ytj-editor,yaml-converter[data-fullscreen=true] .ytj-textarea{height:max(320px,100svh - 246px)}@media (width>=960px){yaml-converter[data-fullscreen=true] .ytj-editor,yaml-converter[data-fullscreen=true] .ytj-textarea{height:max(400px,100svh - 226px)}}yaml-converter .ytj-empty{z-index:1;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:24px;display:flex;position:absolute;inset:0}yaml-converter[data-filled=true] .ytj-empty{display:none}yaml-converter .ytj-empty__text{max-width:36ch;font-size:var(--text-body-sm);color:#ffffff73;margin:0;line-height:1.5}yaml-converter .ytj-textarea{resize:none;background-color:var(--ytj-code-deep);color:#fff;width:100%;font-family:var(--font-mono);font-size:var(--text-code);tab-size:2;border:0;outline:none;padding:20px;line-height:1.6;display:block}yaml-converter .ytj-verdict{font-size:var(--text-caption);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;line-height:1.4;display:inline-flex}yaml-converter .ytj-verdict:before{content:"";background-color:currentColor;border-radius:50%;flex:none;width:6px;height:6px}yaml-converter .ytj-verdict[data-state=error]{color:#ff6369;background-color:#ff636929}yaml-converter .ytj-verdict[data-state=warn]{color:#f5a623;background-color:#f5a62329}yaml-converter .ytj-verdict[data-state=ok]{color:#50e3c2;background-color:#50e3c229}yaml-converter[data-dropping=true]{outline:2px dashed var(--ytj-link);outline-offset:6px;border-radius:var(--radius-md)}yaml-converter .ytj-msg{border-radius:var(--radius-md);font-size:var(--text-body-sm);padding:12px 16px;line-height:1.5}yaml-converter .ytj-msg+.ytj-msg{margin-top:8px}yaml-converter .ytj-msg--error{background-color:var(--ytj-error-soft);box-shadow:var(--shadow-hairline);color:var(--ytj-error-deep)}yaml-converter .ytj-msg--warn{background-color:var(--ytj-warning-soft);box-shadow:var(--shadow-hairline);color:var(--ytj-warning-deep)}yaml-converter .ytj-msg--note,yaml-converter .ytj-msg--ok{background-color:var(--ytj-canvas);box-shadow:var(--shadow-subtle);color:var(--ytj-body)}yaml-converter .ytj-msg__title{margin:0;font-weight:500}yaml-converter .ytj-msg__where{margin:4px 0 0}yaml-converter .ytj-msg__hint{opacity:.85;margin:4px 0 0}yaml-converter .ytj-msg__detail{font-size:var(--text-caption);opacity:.75;margin-top:8px}yaml-converter .ytj-msg__detail code{font-family:var(--font-mono)}yaml-converter .ytj-list{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}yaml-converter .ytj-list li{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}yaml-converter .ytj-list--plain li{margin-left:18px;list-style:outside;display:list-item}yaml-converter .ytj-hint{opacity:.8;flex-basis:100%}yaml-converter .ytj-goto{font:inherit;color:var(--ytj-link);text-underline-offset:2px;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:500;text-decoration:underline}yaml-converter .ytj-goto:hover{color:var(--ytj-link-deep)}
