/* RSA/AES 加解密工具样式 */
#crypto-input,
#crypto-output {
    height: 420px !important;
    min-height: 420px;
    width: 100%;
}

.ace_editor {
    height: 420px !important;
    min-height: 420px;
    border-radius: 14px;
}

.editor-wrapper .ace_editor {
    border-radius: 14px;
}

.rsa-aes-desc {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.config-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
}

.key-textarea {
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
}
