.convert-options .control-panel{margin-bottom:1.25rem}.convert-options .control-panel .panel-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.convert-options .control-panel .model-options{margin-bottom:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.convert-options .control-panel .model-options .model-btn{padding:.75rem .625rem;background:#fff;border:.0625rem solid var(--primary-color);border-radius:.5rem;cursor:pointer;font-size:.875rem;text-align:center;color:var(--text-color)}.convert-options .control-panel .model-options .model-btn.active{background:var(--primary-color);color:#fff}.convert-options .control-panel .model-options .model-btn:disabled{opacity:.5!important;cursor:not-allowed!important;border-color:var(--border-color)!important}.convert-options .control-panel .model-note{font-size:.75rem;color:var(--text-light)}.convert-options .control-panel .model-note p{margin-bottom:.5rem}.convert-options .control-panel .model-note p:last-child{margin-bottom:0}.convert-options .control-panel .model-note p a{color:var(--primary-color)}@media (max-width:768px){.convert-options .control-panel .model-options{grid-template-columns:repeat(2,1fr)}}