body.converter-body{min-width:1000px}.converter-header{justify-content:space-between}.converter-main{max-width:1180px;padding-top:34px}.converter-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:25px;display:flex}.converter-heading p{max-width:720px;color:var(--muted);margin:0;font-size:14px;line-height:1.7}.converter-status{max-width:300px;color:var(--muted);text-align:right;font-size:13px}.converter-status.success{color:var(--primary-text)}.converter-status.error{color:var(--error-text)}.converter-workspace{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:stretch;display:grid}.converter-source,.converter-output{min-height:390px}.converter-arrow{color:var(--primary);place-items:center;font-size:26px;display:grid}.converter-drop{border:1px dashed var(--border);background:var(--tint);width:100%;min-height:112px;color:var(--foreground);text-align:left;border-radius:11px;align-items:center;gap:16px;margin-top:25px;padding:18px;display:flex}.converter-drop:hover,.converter-drop.dragging{border-color:var(--primary);background:var(--hover)}.converter-drop.invalid{border-color:var(--error);background:var(--error-surface)}.converter-drop-icon{background:var(--primary);width:45px;height:45px;color:var(--on-primary);border-radius:12px;flex:none;place-items:center;font-size:25px;display:grid}.converter-drop>span:last-child{flex-direction:column;gap:7px;min-width:0;display:flex}.converter-drop strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.converter-drop small{color:var(--muted);font-size:13px}.converter-error{color:var(--error-text);margin:10px 0 0;font-size:13px;line-height:1.6}.converter-file-info{margin-top:20px}.converter-kind{border:1px solid var(--tint-border);background:var(--tint);color:var(--primary-text);border-radius:999px;padding:5px 9px;font-size:12px;display:inline-flex}.converter-file-info dl{grid-template-columns:1fr 1fr;gap:12px 20px;margin:18px 0 0;display:grid}.converter-file-info dl>div{min-width:0}.converter-file-info dt{color:var(--muted);margin-bottom:4px;font-size:12px}.converter-file-info dd{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}.converter-format-description{min-height:44px;color:var(--muted);margin:12px 0 20px;font-size:13px;line-height:1.7}.converter-start{margin-top:25px}.converter-progress-row{min-height:40px;color:var(--muted);justify-content:space-between;align-items:center;gap:18px;margin-top:10px;font-size:13px;display:flex}.converter-rules{grid-template-columns:repeat(3,1fr);gap:0;margin-top:22px;padding:0;display:grid;overflow:hidden}.converter-rules>div{border-left:1px solid var(--border);flex-direction:column;gap:9px;min-height:115px;padding:22px;display:flex}.converter-rules>div:first-child{border-left:0}.converter-rules strong{font-size:14px}.converter-rules span{color:var(--muted);font-size:13px;line-height:1.7}